From 64e1a63db43d320cb746384e3aef6f4dfbec69cc Mon Sep 17 00:00:00 2001 From: Pavel Minaev Date: Tue, 19 Nov 2019 02:17:50 -0800 Subject: [PATCH] Adjust test timeout for CI. --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 8cfc2eeb..229013d7 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,5 +1,5 @@ [pytest] testpaths=tests -timeout=20 +timeout=30 timeout_method=thread addopts=-n8