Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/specs/layers.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion wdio.shared.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const config: Options.Testrunner = {
reporters: ['spec', 'html-nice'],
mochaOpts: {
ui: 'bdd',
timeout: 90 * 1000,
timeout: 120 * 1000,
},

//
Expand Down