From 33ba8dabe012aa197702aa357cd004aee838c395 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 27 Mar 2022 08:48:43 +0000 Subject: [PATCH] Increase python test timeout --- python/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tox.ini b/python/tox.ini index a8a37f3e2..ea4168177 100644 --- a/python/tox.ini +++ b/python/tox.ini @@ -78,7 +78,7 @@ commands = addopts = -v -ra --strict-markers norecursedirs = .tox xfail_strict=true -timeout = 90 +timeout = 150 timeout_func_only = True markers = ignored: ignore this test in default test runs, use --ignored to run.