Merge pull request 'sleep 5' (#12) from devel into master

Reviewed-on: #12
This commit is contained in:
Dominik Chilla 2021-07-08 22:02:27 +00:00
commit a07d28cd95

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
}