diff options
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 |