Merge pull request #7036 from pytest-dev/revert-7030-increase-test_timeout-timeout
Revert "Increase test_faulthandler.py::test_timeout sleep duration on CI"
This commit is contained in:
commit
6356583eab
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue