diff options
author | Wei-Ning Huang <w@byzantine-lab.io> | 2019-08-28 18:35:27 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-09-17 16:57:31 +0800 |
commit | 2ae7b0db497d8f7793c51a0420f1f2d676f228fd (patch) | |
tree | 2be5f72021213095f2b84e4af8859dc6ea4099c0 /build/recovery-test.sh | |
parent | dff8a1eb364bc522c06256b24b46913866a06110 (diff) | |
download | go-tangerine-2ae7b0db497d8f7793c51a0420f1f2d676f228fd.tar go-tangerine-2ae7b0db497d8f7793c51a0420f1f2d676f228fd.tar.gz go-tangerine-2ae7b0db497d8f7793c51a0420f1f2d676f228fd.tar.bz2 go-tangerine-2ae7b0db497d8f7793c51a0420f1f2d676f228fd.tar.lz go-tangerine-2ae7b0db497d8f7793c51a0420f1f2d676f228fd.tar.xz go-tangerine-2ae7b0db497d8f7793c51a0420f1f2d676f228fd.tar.zst go-tangerine-2ae7b0db497d8f7793c51a0420f1f2d676f228fd.zip |
dex: add back recovery time alignment
Diffstat (limited to 'build/recovery-test.sh')
-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 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 |