From ef842fca89fad6c68ee1eb3b55e5791a9f341a5c Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Tue, 28 Jan 2020 00:59:16 +0300 Subject: [PATCH] Increase python test timeout to 90 seconds --- python/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tox.ini b/python/tox.ini index 5d3ad4091..b80c55891 100644 --- a/python/tox.ini +++ b/python/tox.ini @@ -69,7 +69,7 @@ addopts = -v -ra python_files = tests/test_*.py norecursedirs = .tox xfail_strict=true -timeout = 60 +timeout = 90 timeout_method = thread [flake8]