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

Commit 5b0a4702 authored by Sungsoo Lim's avatar Sungsoo Lim
Browse files

Add more tests for CsipSetCoordinatorStateMachine

Bug: 237467631
Test: atest BluetoothInstrumentationTests
Change-Id: Idc41fa10bc50ece8d477185eb51da350a16e23da
parent 254a7779
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.