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
Branches
Tags
1 merge request!232Add smoke tests for benchmark
Pipeline #6398 passed
......@@ -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=$?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment