mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 06:46:32 +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:
@@ -28,6 +28,6 @@ commands =
|
|||||||
ruff src/ examples/ tests/
|
ruff src/ examples/ tests/
|
||||||
|
|
||||||
[pytest]
|
[pytest]
|
||||||
timeout = 60
|
timeout = 300
|
||||||
log_cli = true
|
log_cli = true
|
||||||
log_level = info
|
log_level = info
|
||||||
|
|||||||
@@ -85,7 +85,7 @@ commands =
|
|||||||
addopts = -v -ra --strict-markers
|
addopts = -v -ra --strict-markers
|
||||||
norecursedirs = .tox
|
norecursedirs = .tox
|
||||||
xfail_strict=true
|
xfail_strict=true
|
||||||
timeout = 150
|
timeout = 300
|
||||||
timeout_func_only = True
|
timeout_func_only = True
|
||||||
markers =
|
markers =
|
||||||
ignored: ignore this test in default test runs, use --ignored to run.
|
ignored: ignore this test in default test runs, use --ignored to run.
|
||||||
|
|||||||
Reference in New Issue
Block a user