diff --git a/build-and-deploy.sh b/build-and-deploy.sh index e78ad4ea..31c3a16c 100755 --- a/build-and-deploy.sh +++ b/build-and-deploy.sh @@ -64,11 +64,11 @@ for HOST in ${HOSTS[@]}; do echo " done." echo -n "Restarting PVC daemons..." ssh $HOST $SUDO systemctl restart pvcapid &>/dev/null - sleep 5 + sleep 2 ssh $HOST $SUDO systemctl restart pvcworkerd &>/dev/null - sleep 5 + sleep 2 ssh $HOST $SUDO systemctl restart pvchealthd &>/dev/null - sleep 5 + sleep 2 ssh $HOST $SUDO systemctl restart pvcnoded &>/dev/null echo " done." echo -n "Waiting for node daemon to be running..."