diff --git a/src/diff.ts b/src/diff.ts index d1a022f..b575836 100644 --- a/src/diff.ts +++ b/src/diff.ts @@ -41,7 +41,7 @@ export class StackDiff { RoleArn: stack.lookupRole.arn.replace('${AWS::Partition}', 'aws'), RoleSessionName: 'cdk-diff-action', ExternalId: stack.lookupRole.assumeRoleExternalId, - DurationSeconds: 300, + DurationSeconds: 900, }, }) : undefined; this.client = new CloudFormationClient({