Skip to content

Commit b47b488

Browse files
committed
testing: fix flaky test when executed slowly
The 0-1 was a bit too optimistic: CI got "no tests ran in 3.98s".
1 parent 143e3ab commit b47b488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/logging/test_reporting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ def test_simple():
899899
expected_lines.extend(
900900
[
901901
"*test_collection_collect_only_live_logging.py::test_simple*",
902-
"no tests ran in [0-1].[0-9][0-9]s",
902+
"no tests ran in [0-9].[0-9][0-9]s",
903903
]
904904
)
905905
elif verbose == "-qq":

0 commit comments

Comments
 (0)