aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2019-04-14 00:29:03 +0800
committerWei-Ning Huang <w@byzantine-lab.io>2019-06-15 22:09:55 +0800
commit2f4bfc149062715b712ce6729f2ba100284d9af5 (patch)
treef97cce6c3fbb44bb993afa35c33c06c17aa6eba6
parentca03d047f0e86bbf7655a2f81a06f2d30a66034c (diff)
downloadgo-tangerine-2f4bfc149062715b712ce6729f2ba100284d9af5.tar
go-tangerine-2f4bfc149062715b712ce6729f2ba100284d9af5.tar.gz
go-tangerine-2f4bfc149062715b712ce6729f2ba100284d9af5.tar.bz2
go-tangerine-2f4bfc149062715b712ce6729f2ba100284d9af5.tar.lz
go-tangerine-2f4bfc149062715b712ce6729f2ba100284d9af5.tar.xz
go-tangerine-2f4bfc149062715b712ce6729f2ba100284d9af5.tar.zst
go-tangerine-2f4bfc149062715b712ce6729f2ba100284d9af5.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"