Skip to content

Commit

Permalink
update and delay
Browse files Browse the repository at this point in the history
  • Loading branch information
rayman2000 committed Jan 24, 2024
1 parent da5976d commit fbd01d0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
18 changes: 9 additions & 9 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
1 change: 1 addition & 0 deletions client/src/test/1_ide.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ suite('ViperIDE Tests', () => {
}, 300);

await TestHelper.waitForVerificationOrAbort();
await TestHelper.wait(500);
await TestHelper.checkForRunningProcesses(false, true, true);
await TestHelper.openAndVerify(LONG);
assert (!TestHelper.hasObservedInternalError());
Expand Down

0 comments on commit fbd01d0

Please sign in to comment.