Skip to content

Commit 076308f

Browse files
matthew29tangcopybara-github
authored andcommitted
fix: Unbreak additional timeout for _deploy_call()
PiperOrigin-RevId: 506172765
1 parent 8621e24 commit 076308f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/aiplatform/models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1228,7 +1228,7 @@ def _deploy_call(
12281228
"Deploy", "model", cls, operation_future
12291229
)
12301230

1231-
operation_future.result()
1231+
operation_future.result(timeout=None)
12321232

12331233
def undeploy(
12341234
self,

0 commit comments

Comments
 (0)