Increase build-and-deploy wait time to 15
This commit is contained in:
parent
11f045f100
commit
9e468d3524
|
@ -32,7 +32,7 @@ for HOST in ${HOSTS[@]}; do
|
||||||
ssh $HOST rm -rf /tmp/pvc
|
ssh $HOST rm -rf /tmp/pvc
|
||||||
ssh $HOST $SUDO systemctl restart pvcnoded
|
ssh $HOST $SUDO systemctl restart pvcnoded
|
||||||
echo "****"
|
echo "****"
|
||||||
echo "Waiting 10s for host ${HOST} to stabilize"
|
echo "Waiting 15s for host ${HOST} to stabilize"
|
||||||
echo "****"
|
echo "****"
|
||||||
sleep 10
|
sleep 15
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue