We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21095cb commit 4bbaf09Copy full SHA for 4bbaf09
2 files changed
packages/ts-cloud/src/aws/cloudformation.ts
@@ -324,7 +324,7 @@ export class CloudFormationClient {
324
]
325
326
const targets = targetStatuses[waitType]
327
- const maxAttempts = 120 // 10 minutes
+ const maxAttempts = 360 // 30 minutes (DNS records can take 10-30 minutes)
328
let attempts = 0
329
330
while (attempts < maxAttempts) {
@@ -712,7 +712,7 @@ export class CloudFormationClient {
712
713
714
715
716
717
const seenEvents = new Set<string>()
718
0 commit comments