From f6e7cffba1b7a0fa8b559531352457aa56192033 Mon Sep 17 00:00:00 2001 From: Paul Elliott Date: Wed, 23 Oct 2024 15:34:02 -0400 Subject: [PATCH] chore(ci): increase timeouts for flakey e2e tests --- tests/specs/layers.e2e.ts | 2 +- wdio.shared.conf.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/specs/layers.e2e.ts b/tests/specs/layers.e2e.ts index 68724ba49..f516ec805 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 376bf91b3..76c375c84 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, }, //