Skip to content

Commit 15fb3b5

Browse files
committed
feat!: timeout to 2 min
1 parent 8bb9bc9 commit 15fb3b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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: {

0 commit comments

Comments
 (0)