We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0518ddf commit 7924508Copy full SHA for 7924508
error_reporting/tests/system/test_system.py
@@ -117,7 +117,7 @@ def test_report_exception(self):
117
118
is_one = functools.partial(operator.eq, 1)
119
is_one.__name__ = "is_one" # partial() has no name.
120
- retry = RetryResult(is_one, max_tries=6)
+ retry = RetryResult(is_one, max_tries=8)
121
wrapped_get_count = retry(_get_error_count)
122
123
error_count = wrapped_get_count(class_name, Config.CLIENT)
0 commit comments