Add wallet sanity timeout

This commit is contained in:
Michael Vines 2018-12-17 09:39:02 -08:00
parent 9ff8abaf29
commit 66c568ba67
1 changed files with 1 additions and 1 deletions

View File

@ -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"