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

Commit 52688927 authored by Sungsoo Lim's avatar Sungsoo Lim Committed by Gerrit Code Review
Browse files

Merge "Add more tests for CsipSetCoordinatorStateMachine"

parents 9c1ce28f 5b0a4702
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ public class CsipSetCoordinatorStateMachine extends StateMachine {
    static final int CONNECT = 1;
    static final int DISCONNECT = 2;
    @VisibleForTesting static final int STACK_EVENT = 101;
    private static final int CONNECT_TIMEOUT = 201;
    @VisibleForTesting static final int CONNECT_TIMEOUT = 201;

    // NOTE: the value is not "final" - it is modified in the unit tests
    @VisibleForTesting static int sConnectTimeoutMs = 30000; // 30s
+440 −12

File changed.

Preview size limit exceeded, changes collapsed.