mirror of
https://github.com/chatmail/core.git
synced 2026-04-06 07:32:12 +03:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user