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

@@ -28,6 +28,6 @@ commands =
ruff src/ examples/ tests/
[pytest]
timeout = 60
timeout = 300
log_cli = true
log_level = info