diff --git a/tests/specs/layers.e2e.ts b/tests/specs/layers.e2e.ts index 68724ba4..f516ec80 100644 --- a/tests/specs/layers.e2e.ts +++ b/tests/specs/layers.e2e.ts @@ -30,7 +30,7 @@ describe('Add Layer button', () => { // Wait for a primary selection await volViewPage.waitForViews(); // kludge for CI (dataset not seen as layerable yet without?) - await browser.pause(10000); + await browser.pause(15000); const menus = await volViewPage.datasetMenuButtons; await menus[1].click(); diff --git a/wdio.shared.conf.ts b/wdio.shared.conf.ts index 376bf91b..76c375c8 100644 --- a/wdio.shared.conf.ts +++ b/wdio.shared.conf.ts @@ -80,7 +80,7 @@ export const config: Options.Testrunner = { reporters: ['spec', 'html-nice'], mochaOpts: { ui: 'bdd', - timeout: 90 * 1000, + timeout: 120 * 1000, }, //