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 }); }); }); });