Skip to content

Commit

Permalink
added a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rayman2000 committed Jan 24, 2024
1 parent d4d521a commit 63a4ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/test/1_ide.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ suite('ViperIDE Tests', () => {
}, 300);

await TestHelper.waitForVerificationOrAbort();
await TestHelper.wait(20000);
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 63a4ded

Please sign in to comment.