test(Performance.test.js): increase performance threshold for message updates from 1500ms to 3000ms
This commit is contained in:
@@ -165,6 +165,6 @@ describe("UI Performance and Memory Tests", () => {
|
|||||||
const end = performance.now();
|
const end = performance.now();
|
||||||
|
|
||||||
console.log(`Updated 1000 messages in ConversationViewer in ${(end - start).toFixed(2)}ms`);
|
console.log(`Updated 1000 messages in ConversationViewer in ${(end - start).toFixed(2)}ms`);
|
||||||
expect(end - start).toBeLessThan(1500);
|
expect(end - start).toBeLessThan(3000);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user