Add wallet sanity timeout
This commit is contained in:
@ -71,7 +71,7 @@ flag_error() {
|
|||||||
echo "--- Wallet sanity"
|
echo "--- Wallet sanity"
|
||||||
(
|
(
|
||||||
set -x
|
set -x
|
||||||
scripts/wallet-sanity.sh
|
timeout 60s scripts/wallet-sanity.sh
|
||||||
) || flag_error
|
) || flag_error
|
||||||
|
|
||||||
echo "--- Node count"
|
echo "--- Node count"
|
||||||
|
Reference in New Issue
Block a user