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

Commit 17e91058 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "fix(magnification test): increase timeout for flaky test" into main

parents 4c4994be b7939ae5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -775,7 +775,7 @@ public class WindowMagnificationControllerTest extends SysuiTestCase {

        final View mirrorView = mWindowManager.getAttachedView();

        final long timeout = SystemClock.uptimeMillis() + 1000;
        final long timeout = SystemClock.uptimeMillis() + 5000;
        final AtomicDouble maxScaleX = new AtomicDouble();
        final Runnable onAnimationFrame = new Runnable() {
            @Override