Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b965d49

Browse filesBrowse files
authored
fix: more retries (GoogleCloudPlatform#10624)
1 parent 7368358 commit b965d49
Copy full SHA for b965d49

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎jobs/v3/api_client/histogram_sample_test.py

Copy file name to clipboardExpand all lines: jobs/v3/api_client/histogram_sample_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def company_name():
2626
histogram_sample.tear_down(company_name, job_name)
2727

2828

29-
@pytest.mark.flaky(max_runs=2, min_passes=1)
29+
@pytest.mark.flaky(max_runs=4, min_passes=1)
3030
def test_histogram_sample(company_name, capsys):
3131
@backoff.on_exception(backoff.expo, AssertionError, max_time=120)
3232
def eventually_consistent_test():

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.