From cfbc2a02b95304382c424dd2c752646799647bc8 Mon Sep 17 00:00:00 2001 From: David Date: Fri, 9 Jun 2023 23:45:02 +0800 Subject: [PATCH] feat: update sync timeout (#59) --- script/start-driver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/start-driver.sh b/script/start-driver.sh index 43e1a3f..e0f983d 100755 --- a/script/start-driver.sh +++ b/script/start-driver.sh @@ -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} \