Skip to content

Commit

Permalink
bump delay
Browse files Browse the repository at this point in the history
  • Loading branch information
brtkx committed Jan 17, 2025
1 parent 1a5c6c4 commit 32a8b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/arb-token-bridge-ui/tests/support/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export const visitAfterSomeDelay = (
url: string,
options?: Partial<Cypress.VisitOptions>
) => {
cy.wait(15_000) // let all the race conditions settle, let UI load well first
cy.wait(30_000) // let all the race conditions settle, let UI load well first
cy.visit(url, options)
}

Expand Down

0 comments on commit 32a8b81

Please sign in to comment.