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

Commit 9f7d49c4 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Increase TEST_TIMEOUT_MS used in the integration test." am: 064bbb49

Original change: https://android-review.googlesource.com/c/platform/packages/modules/NetworkStack/+/1415928

Change-Id: If51c1760a7b07eebd295eabedf0ab9d054b071c1
parents a9be470b 064bbb49
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -191,7 +191,7 @@ import kotlin.LazyKt;
public class IpClientIntegrationTest {
    private static final int DATA_BUFFER_LEN = 4096;
    private static final int PACKET_TIMEOUT_MS = 5_000;
    private static final int TEST_TIMEOUT_MS = 400;
    private static final int TEST_TIMEOUT_MS = 2_000;
    private static final String TEST_L2KEY = "some l2key";
    private static final String TEST_CLUSTER = "some cluster";
    private static final int TEST_LEASE_DURATION_S = 3_600; // 1 hour