Skip to content

Commit

Permalink
Is it just extremely slow ?
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-oscarsson committed Sep 26, 2023
1 parent 56596eb commit b61d920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/cypress/e2e/app.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ describe('login', () => {
cy.findByRole(
'link',
{ name: 'MXCuBE-Web (OSC)' },
{ timeout: 10000 },
{ timeout: 20000 },
).should('be.visible');
});

Expand All @@ -20,7 +20,7 @@ describe('app', () => {
cy.findByRole(
'link',
{ name: 'MXCuBE-Web (OSC)' },
{ timeout: 10000 },
{ timeout: 20000 },
).should('be.visible');
});

Expand Down

0 comments on commit b61d920

Please sign in to comment.