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

fix: flaky test, issue 223 #250

Merged
merged 1 commit into from Sep 10, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/snippets/vision_classification_create_dataset.py
Expand Up @@ -40,7 +40,7 @@ def create_dataset(project_id, display_name):
)

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

created_dataset = response.result()

Expand Down