From 57dfebc5bad8745ecc532e6d5347eb0db8ff356e Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 24 Jul 2020 11:03:04 -0700 Subject: [PATCH] Increase timeout --- ci/run-sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/run-sanity.sh b/ci/run-sanity.sh index 54cf44a501..36f423c53e 100755 --- a/ci/run-sanity.sh +++ b/ci/run-sanity.sh @@ -7,7 +7,7 @@ source multinode-demo/common.sh rm -rf config/run/init-completed config/ledger config/snapshot-ledger -timeout 15 ./run.sh & +timeout 120 ./run.sh & pid=$! attempts=20