Skip to content

Commit

Permalink
fix: Unbreak additional timeout for _deploy_call()
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 506172765
  • Loading branch information
matthew29tang authored and Copybara-Service committed Feb 1, 2023
1 parent 8621e24 commit 076308f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/aiplatform/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1228,7 +1228,7 @@ def _deploy_call(
"Deploy", "model", cls, operation_future
)

operation_future.result()
operation_future.result(timeout=None)

def undeploy(
self,
Expand Down

0 comments on commit 076308f

Please sign in to comment.