Skip to content
Snippets Groups Projects
Commit 815f1b35 authored by Sören Henning's avatar Sören Henning
Browse files

Fix issue with timeout

parent bc25d189
No related branches found
No related tags found
1 merge request!232Add smoke tests for benchmark
Pipeline #6398 passed
...@@ -12,7 +12,7 @@ sleep 5s ...@@ -12,7 +12,7 @@ sleep 5s
docker-compose ps docker-compose ps
if test -f "./test.sh"; then if test -f "./test.sh"; then
timeout 3m ./test.sh timeout --foreground 3m ./test.sh
RETURN=$? RETURN=$?
else else
RETURN=$? RETURN=$?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment