Skip to content

Commit

Permalink
60 seconds please
Browse files Browse the repository at this point in the history
  • Loading branch information
namse committed Nov 30, 2023
1 parent b6b9611 commit 2d0b43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oioi/cdk/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class Oioi extends Construct {
subnetType: cdk.aws_ec2.SubnetType.PUBLIC,
},
healthCheck: cdk.aws_autoscaling.HealthCheck.elb({
grace: cdk.Duration.seconds(30),
grace: cdk.Duration.seconds(60),
}),
},
);
Expand Down

0 comments on commit 2d0b43c

Please sign in to comment.