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

Commit

Permalink
fix: flaky test, issue 223 (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewferlitsch committed Sep 10, 2021
1 parent 93e0358 commit efb9d0b
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit efb9d0b

Please sign in to comment.