Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment