Skip to content

Commit bfa7efe

Browse files
authored
Merge branch 'master' into e2e_wait_for_notebook
2 parents f8ee557 + dbcaf9f commit bfa7efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tutorials/isolve-mpi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ async function runTutorial() {
2828
await tutorial.waitFor(5000);
2929

3030
await tutorial.runPipeline();
31-
await tutorial.waitForStudyDone(studyId, 80000);
31+
await tutorial.waitForStudyDone(studyId, 120000);
3232

3333
await tutorial.openNodeFiles(1);
3434
const outFiles = [

0 commit comments

Comments
 (0)