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

This commit is contained in:
João Victor Mendes Freire
2023-03-06 13:36:07 +00:00
committed by Android (Google) Code Review

View File

@@ -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);
}
}