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

Commit 2e43f302 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 am: 9f7d49c4

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

Change-Id: I2a9e2a18e8572850ee005aeb91629592c66e9213
parents 84d2a743 9f7d49c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -190,7 +190,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