Skip to content

Commit

Permalink
Merge pull request #415 from viperproject/nklose/ci-issues
Browse files Browse the repository at this point in the history
CI Issues
  • Loading branch information
rayman2000 authored Jan 25, 2024
2 parents f9715a7 + 33ce9f9 commit 6a36aec
Showing 1 changed file with 2 additions and 1 deletion.
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 6a36aec

Please sign in to comment.