Skip to content

Commit

Permalink
Increase timeout for GUI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Oct 26, 2023
1 parent a350942 commit d654c7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/testAdapter.gui.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ describe('test-admin-gui', () => {
});

it('Check admin server', async function (){
this.timeout(5_000);
await gPage.waitForSelector('.MuiTabs-root', { timeout: 5_000 });
this.timeout(15_000);
await gPage.waitForSelector('.MuiTabs-root', { timeout: 15_000 });
});

after(async function () {
Expand Down

0 comments on commit d654c7b

Please sign in to comment.