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

This commit is contained in:
Eric Rowe
2010-10-22 17:14:12 -07:00
committed by Android (Google) Code Review

View File

@ -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.