mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-18 00:46:45 +00:00
test: improve
This commit is contained in:
parent
8ee4344a79
commit
ffe2ca8b94
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ describe('Vector Clock Stress Tests', () => {
|
|||
const pruneDuration = performance.now() - startPrune;
|
||||
|
||||
expect(Object.keys(pruned).length).toBe(50);
|
||||
expect(pruneDuration).toBeLessThan(10); // Pruning should be fast
|
||||
expect(pruneDuration).toBeLessThan(15); // Pruning should be fast
|
||||
});
|
||||
|
||||
it('should handle deeply nested comparison scenarios', () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue