diff options
-rwxr-xr-x | build/recovery-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/recovery-test.sh b/build/recovery-test.sh index f305f743c..f7106597e 100755 --- a/build/recovery-test.sh +++ b/build/recovery-test.sh @@ -10,7 +10,7 @@ tarAndUpload() endpoint=http://127.0.0.1:8545 -timeout=700 +timeout=300 echo "Wait for recovery" cmd="PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig go run build/testtool/testtool.go waitForRecovery $endpoint $timeout" |