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

Commit cc263b8b authored by William Escande's avatar William Escande
Browse files

Increase connection timeout for phonepolicyTest

Bug: 293268328
Test: atest PhonePolicyTest --rerun-until-failure
      Since this is a low failure rate, its possible it is still failing
      but I cannot reproduce locally with this fix
Change-Id: I2e9d2ca5839190b8b29bcd935eca473b05fa2e11
parent ac19a64d
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;