diff --git a/defaults.inc b/defaults.inc index 513e2ec1..499a5b69 100755 --- a/defaults.inc +++ b/defaults.inc @@ -212,7 +212,7 @@ DISP_HEADER(){ CHECK_HOST_QC(){ if [ ! -z ${1+x} ]; then - ping -qw 10 -c1 ${1} > /dev/null 2>&1 + ping -qw 2 -c1 ${1} > /dev/null 2>&1 [ $? -ne 0 ] && echo false || echo true else echo false