test: increase pytest timeout to 10 minutes

deltachat-rpc-client tests often timeouts on CI,
this hopefully fixes the problem unless the tests actually deadlock.
This commit is contained in:
link2xt
2023-10-28 00:28:46 +00:00
parent 9be56a5e56
commit 771b57778e
2 changed files with 2 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ commands =
addopts = -v -ra --strict-markers
norecursedirs = .tox
xfail_strict=true
timeout = 150
timeout = 300
timeout_func_only = True
markers =
ignored: ignore this test in default test runs, use --ignored to run.