Merge "Increase the wait timeout for meteredness to change."

This commit is contained in:
Sudheer Shanka
2021-01-07 22:56:48 +00:00
committed by Gerrit Code Review

View File

@@ -55,7 +55,7 @@ import androidx.test.platform.app.InstrumentationRegistry;
public class NetworkPolicyTestUtils {
private static final int TIMEOUT_CHANGE_METEREDNESS_MS = 5000;
private static final int TIMEOUT_CHANGE_METEREDNESS_MS = 10_000;
private static ConnectivityManager mCm;
private static WifiManager mWm;