Skip to content

Commit 1aa1d39

Browse files
author
Chuyang Deng
committed
fix: increase poll from 5 to 30 for DescribeEndpoint lambda.
1 parent 2366fc4 commit 1aa1d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2589,7 +2589,7 @@ def _check_job_status(self, job, desc, status_key_name):
25892589
actual_status=status,
25902590
)
25912591

2592-
def wait_for_endpoint(self, endpoint, poll=5):
2592+
def wait_for_endpoint(self, endpoint, poll=30):
25932593
"""Wait for an Amazon SageMaker endpoint deployment to complete.
25942594
25952595
Args:

0 commit comments

Comments
 (0)