aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2019-04-14 00:29:03 +0800
committerJimmy Hu <jimmy.hu@dexon.org>2019-04-14 01:22:14 +0800
commitd77c1aa22cb6f2b76af3edf4995159b843838441 (patch)
tree2a2151ddf6a8c11dd46c53212bc265b2f8bd3515
parent894080a08e9f52fb3e1b035f67dc2e4676525e7e (diff)
downloaddexon-d77c1aa22cb6f2b76af3edf4995159b843838441.tar
dexon-d77c1aa22cb6f2b76af3edf4995159b843838441.tar.gz
dexon-d77c1aa22cb6f2b76af3edf4995159b843838441.tar.bz2
dexon-d77c1aa22cb6f2b76af3edf4995159b843838441.tar.lz
dexon-d77c1aa22cb6f2b76af3edf4995159b843838441.tar.xz
dexon-d77c1aa22cb6f2b76af3edf4995159b843838441.tar.zst
dexon-d77c1aa22cb6f2b76af3edf4995159b843838441.zip
build: reduce waittime for recovery test to 300s
-rwxr-xr-xbuild/recovery-test.sh2
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"