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:
parent
143e3ab846
commit
b47b488e3d
|
@ -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":
|
||||
|
|
Loading…
Reference in New Issue