From d408450e5fe23dfc6ba4ec0b11dee579f6d733bc Mon Sep 17 00:00:00 2001 From: "Cezar.Leahu" Date: Thu, 20 Aug 2020 12:43:00 +0300 Subject: [PATCH] APPS-261 Update the WORM test setup --- scripts/start-compose.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/start-compose.sh b/scripts/start-compose.sh index 827ae08c40..1ed30248d4 100644 --- a/scripts/start-compose.sh +++ b/scripts/start-compose.sh @@ -51,4 +51,7 @@ else echo "Waited $COUNTER seconds" echo "Alfresco Could not start in time." exit 1 -fi \ No newline at end of file +fi + +echo "Wait onther 30 seconds..." +sleep 30