Prevent tests from blocking for too long

Bahamut frequently gets stuck, and waiting 6h is a waste of time.
This commit is contained in:
2022-06-11 02:08:58 +02:00
parent 058fab85b0
commit 53710779f0
4 changed files with 47 additions and 0 deletions

View File

@ -225,6 +225,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' "
f"PATH=$HOME/.local/bin:$PATH "