Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit b32593d

Browse files
Takashi Matsuobusunkim96
authored andcommitted
[asset] fix: bump the timeout [(#4181)](GoogleCloudPlatform/python-docs-samples#4181)
fixes #4164
1 parent b082713 commit b32593d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snippets/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)