diff --git a/theodolite-benchmarks/docker-test/smoketest-runner.sh b/theodolite-benchmarks/docker-test/smoketest-runner.sh index 4a60be86f691354fcc1c2cb80367bc394bc83d9c..62a2067af0400aaf035c84101c57d53f0044adcc 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=$?