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

ci: increase test timeout from 3 to 5 minutes

Tests occasionally time out when the CI is under load.
parent e0277125
No related branches found
No related tags found
1 merge request!1060.10.1 release
...@@ -89,7 +89,9 @@ ...@@ -89,7 +89,9 @@
apt-get -qq install --no-install-recommends apt-get -qq install --no-install-recommends
gnupg gnupg-agent git unzip ssh gnupg gnupg-agent git unzip ssh
mercurial python3-dulwich python3-setuptools pyflakes3 mercurial python3-dulwich python3-setuptools pyflakes3
- python3 tests/run-tests.py -v --xunit $PWD/tests-ubuntu.xml --color=always - >
python3 tests/run-tests.py -v
--xunit $PWD/tests-ubuntu.xml --color=always --timeout 300
artifacts: artifacts:
reports: reports:
junit: tests-ubuntu.xml junit: tests-ubuntu.xml
......
...@@ -3,5 +3,5 @@ ...@@ -3,5 +3,5 @@
set -x set -x
exec python$PYTHON tests/run-tests.py \ exec python$PYTHON tests/run-tests.py \
--verbose --color=always \ --verbose --color=always --timeout 300 \
--xunit $PWD/tests-$PYTHON-$HG.xml --xunit $PWD/tests-$PYTHON-$HG.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