Skip to content

Commit

Permalink
test success
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshvanahalli committed Oct 16, 2023
1 parent df6f73e commit 8266348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/waitForNitro.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# poll the nitro endpoint until we get a 0 return code or 30mins have passed, in that case exit 1
start_time=$(date +%s)
timeout=20
timeout=1800

while (( $(date +%s) - start_time <= timeout )); do
curl -X POST -H 'Content-Type: application/json' -d '{"jsonrpc":"2.0","id":45678,"method":"eth_chainId","params":[]}' 'http://localhost:8547'
Expand Down

0 comments on commit 8266348

Please sign in to comment.