Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-07 12:56:38 -06:00
parent 6b76336eea
commit 4f7860f3da

View File

@@ -184,7 +184,7 @@ STATUS-CHECK(){
fi
#REPLICATION CHECK
declare -i timeout
timeout=`date --date='5 seconds' +%s`
timeout=`date --date='10 seconds' +%s`
nid=1
for nip in "${NODE_HOSTS[@]}"
do