aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorWei-Ning Huang <w@byzantine-lab.io>2019-08-28 18:35:27 +0800
committerWei-Ning Huang <w@byzantine-lab.io>2019-09-17 16:57:31 +0800
commit2ae7b0db497d8f7793c51a0420f1f2d676f228fd (patch)
tree2be5f72021213095f2b84e4af8859dc6ea4099c0 /build
parentdff8a1eb364bc522c06256b24b46913866a06110 (diff)
downloadgo-tangerine-2ae7b0db497d8f7793c51a0420f1f2d676f228fd.tar.gz
go-tangerine-2ae7b0db497d8f7793c51a0420f1f2d676f228fd.tar.zst
go-tangerine-2ae7b0db497d8f7793c51a0420f1f2d676f228fd.zip
dex: add back recovery time alignment
Diffstat (limited to 'build')
-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 46182b88a..26f1b69cc 100755
--- a/build/recovery-test.sh
+++ b/build/recovery-test.sh
@@ -11,7 +11,7 @@ fail()
endpoint=http://127.0.0.1:8545
-timeout=300
+timeout=700
echo "Wait for recovery"
if ! go run build/testtool/testtool.go waitForRecovery $endpoint $timeout; then