Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 80b8ce88 authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by android-build-merger
Browse files

Merge "Increase the IpClientTest timeouts to reduce flake rate." am: 4e780bd9 am: db3380c8

am: 95872aa3

Change-Id: I645c9fa2b0c9ab234c19a47c9dd09bf132bbe06b
parents 4bbe8cc1 95872aa3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ public class IpClientTest {
    private static final int TEST_IFINDEX = 1001;
    // See RFC 7042#section-2.1.2 for EUI-48 documentation values.
    private static final MacAddress TEST_MAC = MacAddress.fromString("00:00:5E:00:53:01");
    private static final int TEST_TIMEOUT_MS = 200;
    private static final int TEST_TIMEOUT_MS = 400;

    @Mock private Context mContext;
    @Mock private INetworkManagementService mNMService;