Skip to content

Commit

Permalink
fix: Unbreak timeouts for Dataset create.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 510259344
  • Loading branch information
yinghsienwu authored and copybara-github committed Feb 16, 2023
1 parent b5c678b commit 328ebac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/aiplatform/datasets/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def _create_and_import(

_LOGGER.log_create_with_lro(cls, create_dataset_lro)

created_dataset = create_dataset_lro.result()
created_dataset = create_dataset_lro.result(timeout=None)

_LOGGER.log_create_complete(cls, created_dataset, "ds")

Expand Down

0 comments on commit 328ebac

Please sign in to comment.