Revert "Increase test_faulthandler.py::test_timeout sleep duration on CI"

This commit is contained in:
Ran Benita 2020-04-07 10:49:10 +03:00
parent 259e5d0610
commit eab0a6e34d
1 changed files with 1 additions and 1 deletions

View File

@ -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(