Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77ec5dd7 authored by armenk's avatar armenk
Browse files

WindowMagnificationAnimationControllerTest fails

SystemUITests:WindowMagnificationAnimationControllerTest fails
because of not having enough wait time after calling
enableWindowMagnification.

Bug: 170918967
Test: atest WindowMagnificationAnimationControllerTest
Change-Id: Ib84aaaef6caad0b27a23f87a0e446ba7d94a420a
parent 07e62587
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@ public class WindowMagnificationAnimationControllerTest extends SysuiTestCase {
    public void setUp() throws Exception {
        MockitoAnnotations.initMocks(this);
        mInstrumentation = InstrumentationRegistry.getInstrumentation();
        mWaitingAnimationPeriod = ANIMATION_DURATION_MS + 50;
        mWaitingAnimationPeriod = 2 * ANIMATION_DURATION_MS;
        mWaitIntermediateAnimationPeriod = ANIMATION_DURATION_MS / 2;
        mController = new SpyWindowMagnificationController(mContext, mHandler,
                mSfVsyncFrameProvider, null, new SurfaceControl.Transaction(),