We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a94c20c commit 003a0d0Copy full SHA for 003a0d0
starship/tests/e2e/solana_test.go
@@ -234,7 +234,7 @@ func (s *TestSuite) TestSolana_Faucet() {
234
s.T().Logf("Airdrop transaction signature: %s", airdropResponse.Result)
235
236
// Wait for transaction confirmation
237
- time.Sleep(5 * time.Second)
+ time.Sleep(15 * time.Second)
238
239
// Check balance
240
var balanceResponse SolanaRPCResponse
0 commit comments