sleep 5 instead 66
This commit is contained in:
parent
5c4ed184ae
commit
61778a501c
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user