Skip to content

Commit e317ced

Browse files
committed
chore(*): update fauling test
1 parent 054a9e3 commit e317ced

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/igniteui-angular/src/lib/grids/grid/grid-filtering-ui.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3317,7 +3317,7 @@ describe('IgxGrid - Filtering Row UI actions #grid', () => {
33173317
try {
33183318
GridFunctions.removeFilterChipByIndex(3, filterUIRow);
33193319
fix.detectChanges();
3320-
await wait(100);
3320+
await wait(300);
33213321
} catch (ex) {
33223322
expect(ex).toBeNull('Error deleting the last chip');
33233323
}
@@ -3329,7 +3329,7 @@ describe('IgxGrid - Filtering Row UI actions #grid', () => {
33293329
try {
33303330
GridFunctions.removeFilterChipByIndex(2, filterUIRow);
33313331
fix.detectChanges();
3332-
await wait(100);
3332+
await wait(300);
33333333
} catch (ex) {
33343334
expect(ex).toBeNull('Error deleting the last chip');
33353335
}

0 commit comments

Comments
 (0)