From 159d30bef839e0062f7d9e533d5dd0babcc57865 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Miko=C5=82ajczyk?= Date: Sun, 19 Jan 2025 19:10:18 +0100 Subject: [PATCH] oct-2136: glm lock wait --- client/cypress/e2e/group2/_03homeGLMLock.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cypress/e2e/group2/_03homeGLMLock.cy.ts b/client/cypress/e2e/group2/_03homeGLMLock.cy.ts index 5780aa20a..01b18f99a 100644 --- a/client/cypress/e2e/group2/_03homeGLMLock.cy.ts +++ b/client/cypress/e2e/group2/_03homeGLMLock.cy.ts @@ -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', });