Skip to content

Commit 38116cf

Browse files
author
Takashi Matsuo
authored
[asset] fix: bump the timeout (GoogleCloudPlatform#4181)
fixes GoogleCloudPlatform#4164
1 parent e539fce commit 38116cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asset/cloud-client/quickstart_searchallresources_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def test_search_all_resources(asset_dataset, capsys):
5353
# Dataset creation takes some time to propagate, so the dataset is not
5454
# immediately searchable. Need some time before the snippet will pass.
5555
@backoff.on_exception(
56-
backoff.expo, (AssertionError), max_time=30
56+
backoff.expo, (AssertionError), max_time=120
5757
)
5858
def eventually_consistent_test():
5959
quickstart_searchallresources.search_all_resources(scope, query=query)

0 commit comments

Comments
 (0)