From c0da06978de044791f314a8ae2bd5bc28c181fe7 Mon Sep 17 00:00:00 2001 From: George Vlahavas Date: Thu, 15 Apr 2021 11:15:09 +0300 Subject: [PATCH] Increase wait time --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 062ccf6..5cd8eea 100755 --- a/deploy.sh +++ b/deploy.sh @@ -67,7 +67,7 @@ while true; do done # Wait a bit more -sleep 10 +sleep 30 # create and populate the database echo "Creating and populating the database..." -- 2.2.2