Skip to content

Commit

Permalink
feat: update sync timeout (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha authored Jun 9, 2023
1 parent 76de101 commit cfbc2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/start-driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [ "$DISABLE_P2P_SYNC" == "false" ]; then
--jwtSecret /data/taiko-geth/geth/jwtsecret \
--p2p.syncVerifiedBlocks \
--p2p.checkPointSyncUrl https://rpc.test.taiko.xyz \
--p2p.syncTimeout "120"
--p2p.syncTimeout "5000"
else
taiko-client driver \
--l1.ws ${L1_ENDPOINT_WS} \
Expand Down

0 comments on commit cfbc2a0

Please sign in to comment.