Skip to content

Commit 22dbb59

Browse files
committed
sleep more
1 parent d1dbd32 commit 22dbb59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

starship/tests/e2e/configs/solana.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ chains:
88
ports:
99
rpc: 8899
1010
ws: 8900
11-
exposer: 8081
11+
exposer: 8001
1212
faucet: 9900
1313
resources:
1414
cpu: 2000m

starship/tests/e2e/solana_test.go

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

233233
// Wait for transaction confirmation
234-
time.Sleep(2 * time.Second)
234+
time.Sleep(5 * time.Second)
235235

236236
// Check balance
237237
var balanceResponse SolanaRPCResponse

0 commit comments

Comments
 (0)