Merge "Revert back to waiting 10s to cool down"
This commit is contained in:
committed by
Android (Google) Code Review
commit
de25bfe15e
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user