Skip to content

Commit 328ebac

Browse files
yinghsienwucopybara-github
authored andcommitted
fix: Unbreak timeouts for Dataset create.
PiperOrigin-RevId: 510259344
1 parent b5c678b commit 328ebac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/aiplatform/datasets/dataset.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ def _create_and_import(
351351

352352
_LOGGER.log_create_with_lro(cls, create_dataset_lro)
353353

354-
created_dataset = create_dataset_lro.result()
354+
created_dataset = create_dataset_lro.result(timeout=None)
355355

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

0 commit comments

Comments
 (0)