Skip to content

Commit ed48b1d

Browse files
committed
chore(*): extend mrl nav test waiti time
1 parent 1c4347e commit ed48b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/grid/grid.master-detail.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ describe('IgxGrid Master Detail #grid', () => {
639639
fix.detectChanges();
640640

641641
UIInteractions.triggerEventHandlerKeyDown('ArrowUp', gridContent, false, false, true);
642-
await wait(DEBOUNCETIME);
642+
await wait(DEBOUNCETIME * 2);
643643
fix.detectChanges();
644644

645645
const fRow = grid.getRowByIndex(0);

0 commit comments

Comments
 (0)