Revert "Increase test_faulthandler.py::test_timeout sleep duration on CI"
This commit is contained in:
parent
259e5d0610
commit
eab0a6e34d
|
@ -58,7 +58,7 @@ def test_timeout(testdir, enabled):
|
||||||
"""
|
"""
|
||||||
import os, time
|
import os, time
|
||||||
def test_timeout():
|
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(
|
testdir.makeini(
|
||||||
|
|
Loading…
Reference in New Issue