Skip to content

Commit 5d0bc1e

Browse files
matthew29tangcopybara-github
authored andcommitted
fix: Unbreak additional timeout for MatchingEngine update_embeddings
PiperOrigin-RevId: 504606042
1 parent 2d2528c commit 5d0bc1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/aiplatform/matching_engine/matching_engine_index.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ def update_embeddings(
347347
"Update", "index", self.__class__, update_lro
348348
)
349349

350-
self._gca_resource = update_lro.result()
350+
self._gca_resource = update_lro.result(timeout=None)
351351

352352
_LOGGER.log_action_completed_against_resource("index", "Updated", self)
353353

0 commit comments

Comments
 (0)