Skip to content

Commit

Permalink
Extend the "no output" timeout when running test
Browse files Browse the repository at this point in the history
  • Loading branch information
fchauvel committed Sep 30, 2019
1 parent de519e5 commit bb86759
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ jobs:
at: ./
- run: |
docker load -i camp-ci.tar
- run: |
docker run --name tests \
-v /var/run/docker.sock:/var/run/docker.sock \
-t camp:ci \
/bin/bash -c "green -qrfvv -s 1 tests && coverage xml"
- run:
no_output_timeout: 30m
command: |
docker run --name tests \
-v /var/run/docker.sock:/var/run/docker.sock \
-t camp:ci \
/bin/bash -c "green -qrfvv -s 1 tests && coverage xml"
- run: |
docker cp tests:/camp/coverage.xml coverage.xml
- persist_to_workspace:
Expand Down

0 comments on commit bb86759

Please sign in to comment.