Skip to content

Commit 8814d46

Browse files
Merge master into feature/code-diff
2 parents fc418a1 + 7c97fc6 commit 8814d46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/core/resources/sagemaker_connect

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ _get_ssm_session_info_async() {
4646
# Generate unique temporary file name to avoid conflicts
4747
local temp_file="/tmp/ssm_session_response_$$_$(date +%s%N).json"
4848

49-
local max_retries=60
49+
local max_retries=8
5050
local retry_interval=5
5151
local attempt=1
5252

packages/core/resources/sagemaker_connect.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function Get-SSMSessionInfoAsync {
5454
$url = "http://localhost:$LocalEndpointPort/get_session_async?connection_identifier=$AwsResourceArn&credentials_type=$CredentialsType&request_id=$requestId"
5555
Write-Host "Calling Get-SSMSessionInfoAsync with URL: $url"
5656

57-
$maxRetries = 60
57+
$maxRetries = 8
5858
$retryInterval = 5
5959

6060
for ($attempt = 1; $attempt -le $maxRetries; $attempt++) {

0 commit comments

Comments
 (0)