From e3502cad3a173dd696b8864c8b52c3df0434636a Mon Sep 17 00:00:00 2001 From: Pavel Minaev Date: Wed, 10 Oct 2018 18:23:25 -0700 Subject: [PATCH] Use 'thread' timeout method for pytest for more reliable timeouts on all platforms. --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index bab96ff4..7951f2b4 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,3 +1,4 @@ [pytest] testpaths=pytests timeout=15 +timeout_method=thread