Skip to content

Commit da768ef

Browse files
authored
Merge pull request #64 from gammarers/feature/timeout
feat: timeout to 2 min
2 parents 8bb9bc9 + 97ee5e0 commit da768ef

7 files changed

+7
-7
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export class CodeConnectionsHostCustomResource extends cr.AwsCustomResource {
131131
super(scope, id, {
132132
functionName: names.functionName,
133133
role: functionRole,
134-
timeout: cdk.Duration.seconds(15),
134+
timeout: cdk.Duration.minutes(2),
135135
installLatestAwsSdk: true,
136136
//logGroup: todo
137137
onCreate: {

test/__snapshots__/custom-resource.bitbucket.default.test.ts.snap

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/__snapshots__/custom-resource.bitbucket.option.test.ts.snap

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/__snapshots__/custom-resource.github-enterprise.test.ts.snap

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/__snapshots__/custom-resource.github.test.ts.snap

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/__snapshots__/custom-resource.gitlab-self-managed.test.ts.snap

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/__snapshots__/custom-resource.gitlab.test.ts.snap

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)