diff --git a/net/net.sh b/net/net.sh index 876d1c3780..7a997dfa6a 100755 --- a/net/net.sh +++ b/net/net.sh @@ -851,7 +851,7 @@ checkPremptibleInstances() { for ipAddress in "${fullnodeIpList[@]}"; do ( set -x - ping -c 1 -t 4 "$ipAddress" + timeout 5s ping -c 1 "$ipAddress" ) || { cat <