Skip to content

Commit

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

await TestHelper.waitForVerificationOrAbort();
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.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 33ce9f9

Please sign in to comment.