Merge pull request #7677 from bluetech/flaky-no-tests-ran

testing: fix flaky test when executed slowly
This commit is contained in:
Bruno Oliveira 2020-08-23 09:25:26 -03:00 committed by GitHub
commit 6cf89338d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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":