From cbc978d7ef2369129868cb6cde4bd370b88cffee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Verg=C3=A9s?= Date: Thu, 5 Oct 2023 10:55:53 +0200 Subject: [PATCH] incremement test timeout --- .../server/cypress/integration/sandbox/election.page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bulletin_board/server/cypress/integration/sandbox/election.page.js b/bulletin_board/server/cypress/integration/sandbox/election.page.js index 528f19c3..0df4dcaf 100644 --- a/bulletin_board/server/cypress/integration/sandbox/election.page.js +++ b/bulletin_board/server/cypress/integration/sandbox/election.page.js @@ -117,7 +117,7 @@ export class ElectionPage { cy.findByText(name) .parent("tr") .within(() => { - cy.findByText("Backup").click({ timeout: 180_000 }); + cy.findByText("Backup").click({ timeout: 360_000 }); }); }); });