Merge "Increase the broadcast timeout duration in the tests." into udc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
4683f59e36
@@ -328,7 +328,7 @@ public class BroadcastQueueTest {
|
||||
eq(ActivityManager.PROCESS_STATE_LAST_ACTIVITY), any());
|
||||
|
||||
mConstants = new BroadcastConstants(Settings.Global.BROADCAST_FG_CONSTANTS);
|
||||
mConstants.TIMEOUT = 100;
|
||||
mConstants.TIMEOUT = 200;
|
||||
mConstants.ALLOW_BG_ACTIVITY_START_TIMEOUT = 0;
|
||||
mConstants.PENDING_COLD_START_CHECK_INTERVAL_MILLIS = 500;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user