From 771b57778ed356a49a03ff465f9957e13669d202 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 28 Oct 2023 00:28:46 +0000 Subject: [PATCH] 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. --- deltachat-rpc-client/tox.ini | 2 +- python/tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deltachat-rpc-client/tox.ini b/deltachat-rpc-client/tox.ini index bb75bb423..81bb6c263 100644 --- a/deltachat-rpc-client/tox.ini +++ b/deltachat-rpc-client/tox.ini @@ -28,6 +28,6 @@ commands = ruff src/ examples/ tests/ [pytest] -timeout = 60 +timeout = 300 log_cli = true log_level = info diff --git a/python/tox.ini b/python/tox.ini index ed6069dec..c7ccd95c3 100644 --- a/python/tox.ini +++ b/python/tox.ini @@ -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.