Skip to content

Commit

Permalink
[asset] fix: bump the timeout [(#4181)](GoogleCloudPlatform/python-do…
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Matsuo authored and busunkim96 committed Aug 4, 2020
1 parent f9af93e commit eb790ed
Showing 1 changed file with 1 addition and 1 deletion.
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 eb790ed

Please sign in to comment.