diff options
author | Jimmy Hu <jimmy.hu@dexon.org> | 2019-04-14 00:29:03 +0800 |
---|---|---|
committer | Jimmy Hu <jimmy.hu@dexon.org> | 2019-04-14 01:22:14 +0800 |
commit | d77c1aa22cb6f2b76af3edf4995159b843838441 (patch) | |
tree | 2a2151ddf6a8c11dd46c53212bc265b2f8bd3515 /build | |
parent | 894080a08e9f52fb3e1b035f67dc2e4676525e7e (diff) | |
download | dexon-d77c1aa22cb6f2b76af3edf4995159b843838441.tar.gz dexon-d77c1aa22cb6f2b76af3edf4995159b843838441.tar.zst dexon-d77c1aa22cb6f2b76af3edf4995159b843838441.zip |
build: reduce waittime for recovery test to 300s
Diffstat (limited to 'build')
-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" |