Stretch out the time assertion for slow AppVeyor

This commit is contained in:
Kyle Altendorf
2018-10-05 01:38:01 -04:00
committed by GitHub
parent 42422a7f62
commit 8e0e862c84

View File

@@ -418,7 +418,7 @@ def test_testdir_run_with_timeout(testdir):
duration = end - start
assert result.ret == EXIT_OK
assert duration < 1
assert duration < 5
def test_testdir_run_timeout_expires(testdir):