From d77c1aa22cb6f2b76af3edf4995159b843838441 Mon Sep 17 00:00:00 2001 From: Jimmy Hu Date: Sun, 14 Apr 2019 00:29:03 +0800 Subject: build: reduce waittime for recovery test to 300s --- build/recovery-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3