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"