mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 06:49:47 +00:00
Prevent tests from blocking for too long
Bahamut frequently gets stuck, and waiting 6h is a waste of time.
This commit is contained in:
@ -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 "
|
||||
|
Reference in New Issue
Block a user