Skip to content

Commit

Permalink
fix: Unbreak additional timeout for MatchingEngineIndexEndpoint deplo…
Browse files Browse the repository at this point in the history
…y_index

PiperOrigin-RevId: 531597094
  • Loading branch information
matthew29tang authored and copybara-github committed May 12, 2023
1 parent 6ead69d commit af199c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ def deploy_index(
"Deploy index", "index_endpoint", self.__class__, deploy_lro
)

deploy_lro.result()
deploy_lro.result(timeout=None)

_LOGGER.log_action_completed_against_resource(
"index_endpoint", "Deployed index", self
Expand Down

0 comments on commit af199c0

Please sign in to comment.