From 66c568ba67818eb3c9a7e33276c0bed3440cde79 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 17 Dec 2018 09:39:02 -0800 Subject: [PATCH] Add wallet sanity timeout --- 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 95c30bd49f..5fb3f6a22e 100755 --- a/ci/localnet-sanity.sh +++ b/ci/localnet-sanity.sh @@ -71,7 +71,7 @@ flag_error() { echo "--- Wallet sanity" ( set -x - scripts/wallet-sanity.sh + timeout 60s scripts/wallet-sanity.sh ) || flag_error echo "--- Node count"