From 815f1b35be46a466ddbb392b444307d9991ab895 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 15:31:42 +0100 Subject: [PATCH] Fix issue with timeout --- theodolite-benchmarks/docker-test/smoketest-runner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theodolite-benchmarks/docker-test/smoketest-runner.sh b/theodolite-benchmarks/docker-test/smoketest-runner.sh index e464421ad..4a60be86f 100755 --- a/theodolite-benchmarks/docker-test/smoketest-runner.sh +++ b/theodolite-benchmarks/docker-test/smoketest-runner.sh @@ -12,7 +12,7 @@ sleep 5s docker-compose ps if test -f "./test.sh"; then - timeout 3m ./test.sh + timeout --foreground 3m ./test.sh RETURN=$? else RETURN=$? -- GitLab