Skip to content

Commit f2eb461

Browse files
MKirovaMKirova
authored andcommitted
chore(*): Adding larger timeout for flickering test.
1 parent b4326d3 commit f2eb461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grid/grid.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ describe('IgxGrid - input properties', () => {
9999
- parseInt(window.getComputedStyle(gridScroll.nativeElement).height, 10);
100100
expect(parseInt(window.getComputedStyle(gridBody.nativeElement).height, 10)).toEqual(gridBodyHeight);
101101
done();
102-
}, 250);
102+
}, 500);
103103
});
104104
});
105105

0 commit comments

Comments
 (0)