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

Commit 03d2a5d4 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...

Merge "Increase TEST_TIMEOUT_MS used in the integration test." am: 064bbb49 am: 9f7d49c4 am: 2e43f302

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

Change-Id: Ic55728de210b1a2fd95e3039f9b23b22a3a0d885
parents 25096474 2e43f302
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