diff options
Diffstat (limited to 'bin/reproducible_node_health_check.sh')
-rwxr-xr-x | bin/reproducible_node_health_check.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_node_health_check.sh b/bin/reproducible_node_health_check.sh index c355b413..98ee33f7 100755 --- a/bin/reproducible_node_health_check.sh +++ b/bin/reproducible_node_health_check.sh @@ -78,7 +78,7 @@ fi # check for hanging mounts # echo "$(date -u) - testing whether running 'mount' takes forever..." -timeout 15 mount > /dev/null +timeout -s 9 15 mount > /dev/null TIMEOUT=$? if [ $TIMEOUT -ne 0 ] ; then echo "$(date -u) - running 'mount' takes forever, giving up." |