diff --git a/.github/tests.sh b/.github/tests.sh index dec8af0..32e0ad1 100755 --- a/.github/tests.sh +++ b/.github/tests.sh @@ -22,4 +22,6 @@ echo "Execute autowizard..." curl -I --silent --fail --show-error "http://localhost/#getting_started/auto_wizard/docker_compose_token" > /dev/null -echo "autowizard executed successful" \ No newline at end of file +sleep 30 + +echo "Autowizard executed successful" \ No newline at end of file