increase default timeout
This commit is contained in:
parent
43420bdd10
commit
cb979a7865
2 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ def pytest_addoption(parser: Parser):
|
|||
parser.addoption("--runner_index", action="store", type=int)
|
||||
parser.addoption("--output_dir", action="store", type=Path)
|
||||
parser.addoption("--session_id", action="store", type=str)
|
||||
parser.addoption("--timeout", action="store", type=int, default=20_000)
|
||||
parser.addoption("--timeout", action="store", type=int, default=30_000)
|
||||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue