sleep 5 #12

Merged
dominik merged 2 commits from devel into master 2021-07-08 22:02:28 +00:00
Showing only changes of commit 61778a501c - Show all commits

View File

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