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

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

Merge "De-flake CpuPowerStatsCollectorTest#isolatedUidReuse" into main

parents 8102e165 b54ad4c2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -341,7 +341,7 @@ public class CpuPowerStatsCollectorTest {
                }}, 0, 1234);

        mMockClock.uptime = 1000;
        collector.forceSchedule();
        collector.schedule();
        waitForIdle();

        mUidResolver.noteIsolatedUidRemoved(ISOLATED_UID, UID_2);
@@ -354,7 +354,7 @@ public class CpuPowerStatsCollectorTest {
                }}, 1234, 3421);

        mMockClock.uptime = 2000;
        collector.forceSchedule();
        collector.schedule();
        waitForIdle();

        assertThat(layout.getUidTimeByPowerBracket(mCollectedStats.uidStats.get(UID_2), 0))