From af199c035c037478abccfa629801b843909baf99 Mon Sep 17 00:00:00 2001 From: Matthew Tang Date: Fri, 12 May 2023 13:55:14 -0700 Subject: [PATCH] fix: Unbreak additional timeout for MatchingEngineIndexEndpoint deploy_index PiperOrigin-RevId: 531597094 --- .../matching_engine/matching_engine_index_endpoint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/cloud/aiplatform/matching_engine/matching_engine_index_endpoint.py b/google/cloud/aiplatform/matching_engine/matching_engine_index_endpoint.py index 4b04b01688..ab6ad877e1 100644 --- a/google/cloud/aiplatform/matching_engine/matching_engine_index_endpoint.py +++ b/google/cloud/aiplatform/matching_engine/matching_engine_index_endpoint.py @@ -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