Increase build-and-deploy wait time to 15

This commit is contained in:
Joshua Boniface 2020-02-27 14:32:01 -05:00
parent 11f045f100
commit 9e468d3524
1 changed files with 2 additions and 2 deletions

View File

@ -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