From 2241c82134d135737e1822285483d0da3c47af1f Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Wed, 26 Jul 2023 12:40:23 +0200 Subject: [PATCH] test: more generous quota e2e timeout (#6269) test: more generous quota e2e to --- e2e/cypress/e2e/quotas/quotas.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }; }); }); });