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

Commit 86756831 authored by Eric Rowe's avatar Eric Rowe
Browse files

Change disable timeout for BT disable stress test

Bug: b/3125900
Change-Id: Ie1f599f1c418fc40c29debd1401297441a2a9db3
parent 7c68bc38
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -38,7 +38,7 @@ public class BluetoothTestUtils extends Assert {
    /**
    /**
     * Timeout for {@link BluetoothAdapter#disable()} in ms.
     * Timeout for {@link BluetoothAdapter#disable()} in ms.
     */
     */
    private static final int DISABLE_TIMEOUT = 5000;
    private static final int DISABLE_TIMEOUT = 20000;


    /**
    /**
     * Timeout for {@link BluetoothAdapter#enable()} in ms.
     * Timeout for {@link BluetoothAdapter#enable()} in ms.