Merge "Delete unused timeout constant."
am: 1439bbb6d5
Change-Id: I341540745196f1d23fb95263a8948561cdfa4c8e
This commit is contained in:
@@ -144,9 +144,6 @@ public class NetworkMonitor extends StateMachine {
|
||||
|
||||
private static final int SOCKET_TIMEOUT_MS = 10000;
|
||||
private static final int PROBE_TIMEOUT_MS = 3000;
|
||||
// Enough for 3 DNS queries 5 seconds apart.
|
||||
// TODO: get this from resources and DeviceConfig instead.
|
||||
private static final int DNS_TIMEOUT_MS = 12500;
|
||||
|
||||
enum EvaluationResult {
|
||||
VALIDATED(true),
|
||||
|
||||
Reference in New Issue
Block a user