Skip to content

Commit

Permalink
even longer?
Browse files Browse the repository at this point in the history
  • Loading branch information
rayman2000 committed Jan 24, 2024
1 parent b295fc9 commit 3348619
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(2000);
await TestHelper.wait(10000);
await TestHelper.checkForRunningProcesses(false, true, true);
await TestHelper.openAndVerify(LONG);
assert (!TestHelper.hasObservedInternalError());
Expand Down

0 comments on commit 3348619

Please sign in to comment.