Skip to content

Commit 77034e8

Browse files
authored
docs(samples): Increase backoff for jobs.v3.api_client.commute_search_sample_test (GoogleCloudPlatform#6931)
1 parent e570193 commit 77034e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jobs/v3/api_client/commute_search_sample_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def company_name():
2828

2929

3030
def test_commute_search_sample(company_name, capsys):
31-
@backoff.on_exception(backoff.expo, AssertionError, max_time=120)
31+
@backoff.on_exception(backoff.expo, AssertionError, max_time=240)
3232
def eventually_consistent_test():
3333
commute_search_sample.run_sample(company_name)
3434
out, _ = capsys.readouterr()

0 commit comments

Comments
 (0)