File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ _get_ssm_session_info_async() {
46
46
# Generate unique temporary file name to avoid conflicts
47
47
local temp_file=" /tmp/ssm_session_response_$$ _$( date +%s%N) .json"
48
48
49
- local max_retries=60
49
+ local max_retries=8
50
50
local retry_interval=5
51
51
local attempt=1
52
52
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ function Get-SSMSessionInfoAsync {
54
54
$url = " http://localhost:$LocalEndpointPort /get_session_async?connection_identifier=$AwsResourceArn &credentials_type=$CredentialsType &request_id=$requestId "
55
55
Write-Host " Calling Get-SSMSessionInfoAsync with URL: $url "
56
56
57
- $maxRetries = 60
57
+ $maxRetries = 8
58
58
$retryInterval = 5
59
59
60
60
for ($attempt = 1 ; $attempt -le $maxRetries ; $attempt ++ ) {
You can’t perform that action at this time.
0 commit comments