Skip to content

Commit 4bbaf09

Browse files
committed
chore: wip
1 parent 21095cb commit 4bbaf09

2 files changed

Lines changed: 706 additions & 5 deletions

File tree

packages/ts-cloud/src/aws/cloudformation.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ export class CloudFormationClient {
324324
]
325325

326326
const targets = targetStatuses[waitType]
327-
const maxAttempts = 120 // 10 minutes
327+
const maxAttempts = 360 // 30 minutes (DNS records can take 10-30 minutes)
328328
let attempts = 0
329329

330330
while (attempts < maxAttempts) {
@@ -712,7 +712,7 @@ export class CloudFormationClient {
712712
]
713713

714714
const targets = targetStatuses[waitType]
715-
const maxAttempts = 120 // 10 minutes
715+
const maxAttempts = 360 // 30 minutes (DNS records can take 10-30 minutes)
716716
let attempts = 0
717717
const seenEvents = new Set<string>()
718718

0 commit comments

Comments
 (0)