Skip to content

Commit

Permalink
feat(eldfell): increase zkevm-chain-rpcd wait timeout (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha authored Jul 18, 2023
1 parent dee982e commit d9e6586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/l3/start-prover-relayer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [ "$ENABLE_PROVER" == "true" ]; then
chmod +x ./wait
fi

WAIT_HOSTS=zkevm-chain-prover-rpcd:9000 WAIT_TIMEOUT=180 ./wait
WAIT_HOSTS=zkevm-chain-prover-rpcd:9000 WAIT_TIMEOUT=3600 ./wait

if [ "$ENABLE_PROVER" == "true" ]; then
taiko-client prover \
Expand Down

0 comments on commit d9e6586

Please sign in to comment.