diff --git a/e2e/cypress/e2e/quotas/quotas.cy.ts b/e2e/cypress/e2e/quotas/quotas.cy.ts index e3b6504797..3c8fa6c583 100644 --- a/e2e/cypress/e2e/quotas/quotas.cy.ts +++ b/e2e/cypress/e2e/quotas/quotas.cy.ts @@ -306,7 +306,7 @@ describe('quotas', () => { } return foundExpected >= 3; }), - ); + ), { timeout: 60_000 }; }); }); });