diff --git a/src/material/select/select.spec.ts b/src/material/select/select.spec.ts index 8a2a9905ef75..c47af1cf88e7 100644 --- a/src/material/select/select.spec.ts +++ b/src/material/select/select.spec.ts @@ -4407,7 +4407,7 @@ describe('MatSelect', () => { it('should fall back to "below" positioning properly when scrolled', fakeAsync(() => { // Give plenty of space for the select to open below the trigger - fixture.componentInstance.heightBelow = 650; + fixture.componentInstance.heightBelow = 2000; fixture.detectChanges(); // Select an option too low in the list to fit in limited space above