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

Commit

Permalink
[asset] fix: bump the timeout [(#4181)](GoogleCloudPlatform/python-do…
Browse files Browse the repository at this point in the history
…cs-samples#4181)

fixes #4164
  • Loading branch information
Takashi Matsuo authored Jun 26, 2020
1 parent f061d3b commit f79ce8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/snippets/quickstart_searchallresources_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def test_search_all_resources(asset_dataset, capsys):
# Dataset creation takes some time to propagate, so the dataset is not
# immediately searchable. Need some time before the snippet will pass.
@backoff.on_exception(
backoff.expo, (AssertionError), max_time=30
backoff.expo, (AssertionError), max_time=120
)
def eventually_consistent_test():
quickstart_searchallresources.search_all_resources(scope, query=query)
Expand Down

0 comments on commit f79ce8b

Please sign in to comment.