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

Commit de25bfe1 authored by João Victor Mendes Freire's avatar João Victor Mendes Freire Committed by Android (Google) Code Review
Browse files

Merge "Revert back to waiting 10s to cool down"

parents 71b5d89a e1a0be11
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1555,8 +1555,8 @@ public class UserLifecycleTests {

    private void waitCoolDownPeriod() {
        // Heuristic value based on local tests. Stability increased compared to no waiting.
        final int fiveSeconds = 1000 * 5;
        final int tenSeconds = 1000 * 10;
        waitForBroadcastIdle();
        sleep(fiveSeconds);
        sleep(tenSeconds);
    }
}