Skip to content

Commit

Permalink
wait more?
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut committed Sep 26, 2023
1 parent 89e0e8c commit 14e1ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/cypress/support/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Cypress.Commands.add('rejectAuth', (id: number, reason: string) => {
})

Cypress.Commands.add('getTxRequests', () => {
cy.wait(100)
cy.wait(500)
return cy.wrap(extension.getTxRequests())
})

Expand Down

0 comments on commit 14e1ae4

Please sign in to comment.