Skip to content

Commit b965d49

Browse files
authored
fix: more retries (GoogleCloudPlatform#10624)
1 parent 7368358 commit b965d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jobs/v3/api_client/histogram_sample_test.py

Lines 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)