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

Commit ac715e44 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Increase TEST_TIMEOUT_MS to 30s in the IpClientTest."

parents 7a27c097 599bd64c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -110,7 +110,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 = 400;
    private static final int TEST_TIMEOUT_MS = 30_000;
    private static final String TEST_L2KEY = "some l2key";
    private static final String TEST_CLUSTER = "some cluster";
    private static final String TEST_SSID = "test_ssid";