From 4b1b1902197a6d1a6935928f011e4cf6cb8a8e47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Fri, 28 Feb 2020 00:17:56 +0100 Subject: [PATCH] added another sleep to see some more logs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Bauer --- .github/tests.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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