Skip to content

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 3fce81e commit 8d52bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automl/snippets/vision_classification_create_dataset.py
Original file line number Diff line number Diff line change
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 8d52bb3

Please sign in to comment.