sleep 5 instead 66

This commit is contained in:
Dominik Chilla 2021-07-08 22:01:54 +00:00
parent 5c4ed184ae
commit 61778a501c

View File

@ -28,8 +28,8 @@ function deploy_challenge {
echo "OK: ${CMD_OUT}"
fi
echo "Sleeping for 66 seconds to avoid timing conflicts"
sleep 66
echo "Sleeping for 5 seconds to avoid timing conflicts"
sleep 5
}