Skip to content

Commit e3795a4

Browse files
Angular - Stabilize memory leak test T1307313: raise threshold to 100 (aligned with 26_1)
1 parent 4459bbe commit e3795a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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(60);
613+
expect(memoryDiff).toBeLessThan(100);
614614
});
615615
});

0 commit comments

Comments
 (0)