Skip to content

Commit

Permalink
incremement test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
microstudi committed Oct 5, 2023
1 parent 7e10b2f commit cbc978d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 });
});
});
});
Expand Down

0 comments on commit cbc978d

Please sign in to comment.