tests: test_collection_collect_only_live_logging: allow for 1s

Might be slow on CI.

Ref: https://github.com/pytest-dev/pytest/pull/6570/checks?check_run_id=408752475#step:6:109
This commit is contained in:
Daniel Hahler 2020-01-25 18:14:49 +01:00
parent b687f20d25
commit 778d4364fa
1 changed files with 1 additions and 1 deletions

View File

@ -946,7 +946,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.[0-9][0-9]s",
"no tests ran in [0-1].[0-9][0-9]s",
]
)
elif verbose == "-qq":