mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-04-03 16:26:12 +00:00
test(tests): increase timeout threshold for MicronParser performance test
This commit is contained in:
@@ -480,7 +480,7 @@ describe("MicronParser.js", () => {
|
||||
const markup = "`!x`!".repeat(2000);
|
||||
const start = Date.now();
|
||||
parser.convertMicronToHtml(markup);
|
||||
expect(Date.now() - start).toBeLessThan(500);
|
||||
expect(Date.now() - start).toBeLessThan(1500);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user