Skip to content

Commit

Permalink
Merge branch 'master' into nklose/adt-decreases-highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
rayman2000 committed Jan 25, 2024
2 parents e67e5ac + 6a36aec commit b109ded
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
20 changes: 10 additions & 10 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"@viperproject/locate-java-home": "^1.1.11",
"@vscode/test-electron": "^2.3.0",
"@vscode/test-electron": "^2.3.8",
"@vscode/vsce": "^2.18.0",
"eslint": "^8.35.0",
"eslint-webpack-plugin": "^4.0.0",
Expand Down
3 changes: 2 additions & 1 deletion client/src/test/1_ide.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ suite('ViperIDE Tests', () => {
}, 300);

await TestHelper.waitForVerificationOrAbort();
await TestHelper.checkForRunningProcesses(false, true, true);
//await TestHelper.wait(20000); // This is really stupid, but Windows fails to clean up processes quickly in this case for some reason
//await TestHelper.checkForRunningProcesses(false, true, true);
await TestHelper.openAndVerify(LONG);
assert (!TestHelper.hasObservedInternalError());
});
Expand Down

0 comments on commit b109ded

Please sign in to comment.