Increase python test timeout

This commit is contained in:
link2xt
2022-03-27 08:48:43 +00:00
parent 0842e54f52
commit 33ba8dabe0

View File

@@ -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.