sleep 5 instead 66
This commit is contained in:
parent
5c4ed184ae
commit
61778a501c
@ -28,8 +28,8 @@ function deploy_challenge {
|
|||||||
echo "OK: ${CMD_OUT}"
|
echo "OK: ${CMD_OUT}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Sleeping for 66 seconds to avoid timing conflicts"
|
echo "Sleeping for 5 seconds to avoid timing conflicts"
|
||||||
sleep 66
|
sleep 5
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user