Skip to content

Commit

Permalink
oct-2136: glm lock wait
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikolajczyk committed Jan 19, 2025
1 parent 0b042b2 commit 159d30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/cypress/e2e/group2/_03homeGLMLock.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Object.values(viewports).forEach(
// 1. Allow the third party to spend TKN from your current balance.
// 2. Confirm permission to spend
if (Cypress.env('CI') === 'true' && idx === 0) {
cy.wait(5000);
cy.wait(30000);
cy.confirmMetamaskPermissionToSpend({
spendLimit: '99999999999999999999',
});
Expand Down

0 comments on commit 159d30b

Please sign in to comment.