Skip to content

Commit

Permalink
♻️ increase timeout on VTK E2E test (#6677)
Browse files Browse the repository at this point in the history
  • Loading branch information
matusdrobuliak66 authored Nov 6, 2024
1 parent 091c077 commit a515c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/portal-files/VTK_file.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ async function runTutorial () {
await utils.takeScreenshot(page, screenshotPrefix + 'service_started');

// Some time for setting up service's frontend
await tutorial.waitFor(3000);
await tutorial.waitFor(10000);

const frame = await tutorial.getIframe(nodeIdViewer);

Expand Down

0 comments on commit a515c12

Please sign in to comment.