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

Commit e986f098 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Increase connection timeout for phonepolicyTest" into main

parents 251d7fb0 cc263b8b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ public class PhonePolicyTest {
    private static final int ASYNC_CALL_TIMEOUT_MILLIS = 250;
    private static final int CONNECT_OTHER_PROFILES_TIMEOUT_MILLIS = 1000;
    private static final int CONNECT_OTHER_PROFILES_TIMEOUT_WAIT_MILLIS =
            CONNECT_OTHER_PROFILES_TIMEOUT_MILLIS * 3 / 2;
            CONNECT_OTHER_PROFILES_TIMEOUT_MILLIS * 3;

    private HandlerThread mHandlerThread;
    private BluetoothAdapter mAdapter;