Skip to content

Commit

Permalink
test: wait 6 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnderScorer committed Jun 18, 2024
1 parent 868b9e8 commit 5e0d535
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/infra/frontdoor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ export async function provisionFrontDoor({
}
}

// 4 minutes
const ADDITIONAL_WAIT = 240_000
// 6 minutes
const ADDITIONAL_WAIT = 360_000

async function waitForFrontDoor(url: string) {
console.info('Waiting for front door to be ready...', url)
Expand Down

0 comments on commit 5e0d535

Please sign in to comment.