Skip to content
Snippets Groups Projects
Commit f58fd844 authored by Sudheer Shanka's avatar Sudheer Shanka Committed by Gerrit Code Review
Browse files

Merge "Increase the timeout waiting for the test app's network status." into main

parents 371b7099 0f53262c
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,7 @@ public abstract class AbstractRestrictBackgroundNetworkTestCase {
private static final int BATTERY_STATE_TIMEOUT_MS = 5000;
private static final int BATTERY_STATE_CHECK_INTERVAL_MS = 500;
private static final int ACTIVITY_NETWORK_STATE_TIMEOUT_MS = 6_000;
private static final int ACTIVITY_NETWORK_STATE_TIMEOUT_MS = 10_000;
private static final int JOB_NETWORK_STATE_TIMEOUT_MS = 10_000;
private static final int LAUNCH_ACTIVITY_TIMEOUT_MS = 10_000;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment