From c1bb7af3d8e5ba241b6c7c1134a8f6d22caec788 Mon Sep 17 00:00:00 2001
From: Mussab Abdalla <mussab.abdalla@eox.at>
Date: Fri, 21 Feb 2020 15:29:07 +0100
Subject: [PATCH] increase sleep tmie

---
 wait_for_container.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/wait_for_container.sh b/wait_for_container.sh
index 41399ace..3ad04198 100644
--- a/wait_for_container.sh
+++ b/wait_for_container.sh
@@ -1,4 +1,7 @@
 #!/bin/sh
+
+sleep 300
+
 until $(docker ps -qf "name=vhr18-pvs_renderer"); do
     >&2 echo "Container is unavailable - sleeping"
     sleep 15
-- 
GitLab