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

0 comments on commit efb9d0b

Please sign in to comment.