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

Commit 8de43ab5 authored by Eric Rowe's avatar Eric Rowe Committed by Android (Google) Code Review
Browse files

Merge "Change disable timeout for BT disable stress test" into gingerbread

parents 07f3bee2 86756831
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ public class BluetoothTestUtils extends Assert {
    /**
     * 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.