Add wallet sanity timeout

This commit is contained in:
Michael Vines
2018-12-17 09:39:02 -08:00
parent 9ff8abaf29
commit 66c568ba67

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"