From eab0a6e34dc0f8c545c47011ff02004e5ff082f4 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Tue, 7 Apr 2020 10:49:10 +0300 Subject: [PATCH] Revert "Increase test_faulthandler.py::test_timeout sleep duration on CI" --- testing/test_faulthandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/test_faulthandler.py b/testing/test_faulthandler.py index f4c190ac4..f323edeb4 100644 --- a/testing/test_faulthandler.py +++ b/testing/test_faulthandler.py @@ -58,7 +58,7 @@ def test_timeout(testdir, enabled): """ import os, time def test_timeout(): - time.sleep(10 if "CI" in os.environ else 0.1) + time.sleep(1 if "CI" in os.environ else 0.1) """ ) testdir.makeini(