Skip to content

Commit

Permalink
Increase SSM commands timeout for offline events.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Oct 21, 2018
1 parent b4e6ef7 commit fd773c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ parameters:
hours).
type: String
allowedPattern: ([1-9][0-9]{0,3})|(1[0-9]{1,4})|(2[0-7][0-9]{1,3})|(28[0-7][0-9]{1,2})|(28800)
default: '7200'
default: '18000'
logDir:
description: >-
(Optional) Path to the log directory to store the command output.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ parameters:
hours).
type: String
allowedPattern: ([1-9][0-9]{0,3})|(1[0-9]{1,4})|(2[0-7][0-9]{1,3})|(28[0-7][0-9]{1,2})|(28800)
default: '3600'
default: '7200'
logDir:
description: >-
(Optional) Path to the log directory to store the command output.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ parameters:
hours).
type: String
allowedPattern: ([1-9][0-9]{0,3})|(1[0-9]{1,4})|(2[0-7][0-9]{1,3})|(28[0-7][0-9]{1,2})|(28800)
default: '3600'
default: '7200'
logDir:
description: >-
(Optional) Path to the log directory to store the command output.
Expand Down

0 comments on commit fd773c8

Please sign in to comment.