Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Commit efb9d0b

Browse files
fix: flaky test, issue 223 (#250)
1 parent 93e0358 commit efb9d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snippets/vision_classification_create_dataset.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def create_dataset(project_id, display_name):
4040
)
4141

4242
# Create a dataset with the dataset metadata in the region.
43-
response = client.create_dataset(parent=project_location, dataset=dataset)
43+
response = client.create_dataset(parent=project_location, dataset=dataset, timeout=300)
4444

4545
created_dataset = response.result()
4646

0 commit comments

Comments
 (0)