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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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