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

Disable timeout for now

since --foreground option is not working on alpine
parent 815f1b35
No related branches found
No related tags found
1 merge request!232Add smoke tests for benchmark
Pipeline #6400 passed
...@@ -12,7 +12,8 @@ sleep 5s ...@@ -12,7 +12,8 @@ sleep 5s
docker-compose ps docker-compose ps
if test -f "./test.sh"; then if test -f "./test.sh"; then
timeout --foreground 3m ./test.sh #timeout --foreground 3m ./test.sh
./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