testing: fix flaky test when executed slowly

The 0-1 was a bit too optimistic: CI got "no tests ran in 3.98s".
This commit is contained in:
Ran Benita 2020-08-23 12:32:30 +03:00
parent 143e3ab846
commit b47b488e3d
1 changed files with 1 additions and 1 deletions

View File

@ -899,7 +899,7 @@ def test_collection_collect_only_live_logging(testdir, verbose):
expected_lines.extend(
[
"*test_collection_collect_only_live_logging.py::test_simple*",
"no tests ran in [0-1].[0-9][0-9]s",
"no tests ran in [0-9].[0-9][0-9]s",
]
)
elif verbose == "-qq":