Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHax committed Oct 23, 2024
1 parent 41a6c37 commit bc5116b
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit bc5116b

Please sign in to comment.