Skip to content

Commit 003a0d0

Browse files
committed
add more timeout
1 parent a94c20c commit 003a0d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

starship/tests/e2e/solana_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ func (s *TestSuite) TestSolana_Faucet() {
234234
s.T().Logf("Airdrop transaction signature: %s", airdropResponse.Result)
235235

236236
// Wait for transaction confirmation
237-
time.Sleep(5 * time.Second)
237+
time.Sleep(15 * time.Second)
238238

239239
// Check balance
240240
var balanceResponse SolanaRPCResponse

0 commit comments

Comments
 (0)