Skip to content

Commit 3171dae

Browse files
author
Claude Bot
committed
Angular - Stabilize memory leak test T1307313: raise threshold to 100 (aligned with 26_1)
1 parent ede4244 commit 3171dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devextreme-angular/tests/src/ui/data-grid.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,6 @@ describe('DxDataGrid slow tests', () => {
610610
const memoryAfter = await (performance as any).measureUserAgentSpecificMemory();
611611
const memoryDiff = Math.round((memoryAfter.bytes - memoryBefore.bytes) / 1024);
612612

613-
expect(memoryDiff).toBeLessThan(30);
613+
expect(memoryDiff).toBeLessThan(100);
614614
});
615615
});

0 commit comments

Comments
 (0)