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(