Skip to content

Commit e16fa0c

Browse files
Takashi Matsuodandhlee
authored andcommitted
[asset] fix: bump the timeout [(#4181)](#4181)
fixes #4164
1 parent bc951c1 commit e16fa0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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