Skip to content

Commit ff1d6ea

Browse files
authored
Merge pull request #81 from mbloch1986/enhancement/update_package_exec_timeout
Update default executionTimeout for package deployment, export & import
2 parents 4f01c3c + 9c12539 commit ff1d6ea

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
### Changed
11+
- Update default executionTimeout for package deployment, export & import commands [shinesolutions/aem-aws-stack-builder#401]
12+
1013
## 2.11.0 - 2020-02-28
1114

1215
### Added

templates/sns/deploy-artifacts-consolidated.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"comment": "deploying artifacts based on a descriptor file for consolidated",
1010
"parameters": {
11-
"executionTimeout": ["7200"],
11+
"executionTimeout": ["14400"],
1212
"descriptorFile": ["{{ descriptor_file }}"]
1313
}
1414
}

templates/sns/deploy-artifacts-full-set.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"comment": "deploying artifacts based on a descriptor file",
1414
"parameters": {
15-
"executionTimeout": ["7200"],
15+
"executionTimeout": ["14400"],
1616
"descriptorFile": ["{{ descriptor_file }}"]
1717
}
1818
}

templates/sns/export-packages-consolidated.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"comment": "exporting AEM pacakges as backup based on descriptor file",
1010
"parameters": {
11-
"executionTimeout": ["7200"],
11+
"executionTimeout": ["14400"],
1212
"descriptorFile": ["{{ descriptor_file }}"]
1313
}
1414
}

templates/sns/export-packages-full-set.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"comment": "exporting AEM pacakges as backup based on descriptor file",
1111
"parameters": {
12-
"executionTimeout": ["7200"],
12+
"executionTimeout": ["14400"],
1313
"descriptorFile": ["{{ descriptor_file }}"]
1414
}
1515
}

templates/sns/import-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"packageName": ["{{ package_name }}"],
1212
"packageDatestamp": ["{{ package_datestamp }}"],
1313
"aemId": ["{{ aem_id }}"],
14-
"executionTimeout": ["7200"]
14+
"executionTimeout": ["14400"]
1515
}
1616
}
1717
}

0 commit comments

Comments
 (0)