From 503bf69ab3d3f9f01ae0398136d1b970af930b3e Mon Sep 17 00:00:00 2001 From: Tyera Eulberg Date: Fri, 6 Dec 2019 11:12:18 -0700 Subject: [PATCH] Bump wallet-sanity timeout (#7327) --- ci/localnet-sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/localnet-sanity.sh b/ci/localnet-sanity.sh index 6fd02d2beb..739e1441a8 100755 --- a/ci/localnet-sanity.sh +++ b/ci/localnet-sanity.sh @@ -365,7 +365,7 @@ while [[ $iteration -le $iterations ]]; do echo "--- Wallet sanity ($iteration)" ( set -x - timeout 90s scripts/wallet-sanity.sh --url http://127.0.0.1"$walletRpcPort" + timeout 105s scripts/wallet-sanity.sh --url http://127.0.0.1"$walletRpcPort" ) || flag_error iteration=$((iteration + 1))