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

Commit 87c7dffc authored by Lorenzo Colitti's avatar Lorenzo Colitti
Browse files

Increase the IpClientTest timeouts to reduce flake rate.

Fix: 120131319
Test: atest FrameworksNetTests
Change-Id: Ibb70fa74c71608fd76e85636607e860dd58c404a
parent 095d0f64
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;