Skip to content
Snippets Groups Projects
Commit f59d751b authored by Dan Villiom Podlaski Christiansen's avatar Dan Villiom Podlaski Christiansen
Browse files

ci: remove our timeout, now that it's lower than the default

parent 4835da62
No related branches found
No related tags found
1 merge request!136Gather coverage
......@@ -80,8 +80,8 @@
python3-pygments python3-coverage python3-dulwich python3-setuptools
pyflakes3
- >
python3 tests/run-tests.py -v
--xunit $PWD/tests-$CI_JOB_ID.xml --color=always --timeout 300
python3 tests/run-tests.py -v --color=always
--xunit $PWD/tests-$CI_JOB_ID.xml
artifacts: *test-artifacts
# Test that the tests pass against the current branches
......
......@@ -3,5 +3,5 @@
set -x
exec python$PYTHON tests/run-tests.py \
--verbose --color=always --timeout 300 \
--verbose --color=always \
--xunit $PWD/tests-$CI_JOB_ID.xml
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