From 230964974cf45dec96f25fa1ae0fa08d59ab83b8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Wed, 2 Feb 2022 17:40:54 +0100
Subject: [PATCH] Disable timeout for now

since --foreground option is not working on alpine
---
 theodolite-benchmarks/docker-test/smoketest-runner.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/theodolite-benchmarks/docker-test/smoketest-runner.sh b/theodolite-benchmarks/docker-test/smoketest-runner.sh
index 4a60be86f..62a2067af 100755
--- a/theodolite-benchmarks/docker-test/smoketest-runner.sh
+++ b/theodolite-benchmarks/docker-test/smoketest-runner.sh
@@ -12,7 +12,8 @@ sleep 5s
 docker-compose ps
 
 if test -f "./test.sh"; then
-    timeout --foreground 3m ./test.sh
+    #timeout --foreground 3m ./test.sh
+    ./test.sh
     RETURN=$?
 else
     RETURN=$?
-- 
GitLab