Skip to content

Commit

Permalink
fix: Unbreak additional timeout for MatchingEngine update_embeddings
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 504606042
  • Loading branch information
matthew29tang authored and copybara-github committed Jan 25, 2023
1 parent 2d2528c commit 5d0bc1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ def update_embeddings(
"Update", "index", self.__class__, update_lro
)

self._gca_resource = update_lro.result()
self._gca_resource = update_lro.result(timeout=None)

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

Expand Down

0 comments on commit 5d0bc1e

Please sign in to comment.