Skip to content
Snippets Groups Projects
Commit fc8c7401 authored by Tom Vander Aa's avatar Tom Vander Aa
Browse files

ENH: py.test timeout 20 -> 60

parent 7a7395ca
Branches
Tags
No related merge requests found
Pipeline #
...@@ -34,7 +34,7 @@ test_pytest: ...@@ -34,7 +34,7 @@ test_pytest:
image: it4i/loombuilder:latest image: it4i/loombuilder:latest
script: script:
- cd tests/client - cd tests/client
- py.test -x -v --timeout=20 - py.test -x -v --timeout=60
artifacts: artifacts:
when: on_failure when: on_failure
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment