Skip to content

Commit

Permalink
timeout for test increased
Browse files Browse the repository at this point in the history
  • Loading branch information
megel committed Mar 26, 2023
1 parent 8c24d88 commit 461ef79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/suite/languageTool.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ suite('Source File Utility Test', () => {
assert.strictEqual(errorMessages.callCount, 0, `Error was shown ... ${errorMessages.callCount}`);
assert.strictEqual(infoMessages.callCount, 1, `No Info was shown ... ${infoMessages.callCount}`);
assert(infoMessages.firstCall.calledWith(Sinon.match("was found")), "Power Platform Cli was not found");
}).timeout(10000);
}).timeout(240000);

});

0 comments on commit 461ef79

Please sign in to comment.