Increase per-test timeout

This commit is contained in:
2023-09-24 15:53:03 +02:00
parent d88349a403
commit 4f1a84b5a8
4 changed files with 52 additions and 52 deletions

View File

@ -224,7 +224,7 @@ def get_test_job(*, config, test_config, test_id, version_flavor, jobs):
"name": "Test with pytest",
"timeout-minutes": 30,
"run": (
f"PYTEST_ARGS='--junit-xml pytest.xml --timeout 60' "
f"PYTEST_ARGS='--junit-xml pytest.xml --timeout 300' "
f"PATH=$HOME/.local/bin:$PATH "
f"{env}make {test_id}"
),