Loading apct-tests/perftests/multiuser/src/android/multiuser/UserLifecycleTests.java +3 −2 Original line number Diff line number Diff line Loading @@ -1554,8 +1554,9 @@ public class UserLifecycleTests { } private void waitCoolDownPeriod() { final int tenSeconds = 1000 * 10; // Heuristic value based on local tests. Stability increased compared to no waiting. final int fiveSeconds = 1000 * 5; waitForBroadcastIdle(); sleep(tenSeconds); sleep(fiveSeconds); } } Loading
apct-tests/perftests/multiuser/src/android/multiuser/UserLifecycleTests.java +3 −2 Original line number Diff line number Diff line Loading @@ -1554,8 +1554,9 @@ public class UserLifecycleTests { } private void waitCoolDownPeriod() { final int tenSeconds = 1000 * 10; // Heuristic value based on local tests. Stability increased compared to no waiting. final int fiveSeconds = 1000 * 5; waitForBroadcastIdle(); sleep(tenSeconds); sleep(fiveSeconds); } }