summaryrefslogtreecommitdiffstats
path: root/core/tests/coretests
diff options
context:
space:
mode:
authorEric Rowe <erowe@google.com>2010-10-22 16:32:22 -0700
committerEric Rowe <erowe@google.com>2010-10-22 16:34:33 -0700
commit867568314d160ba098c0c72558691536a2385933 (patch)
tree9c50d102304059590c3f213977e93cdb8eabbfce /core/tests/coretests
parent7c68bc3867bf536ca58ababdd7e35c676b95f0a5 (diff)
downloadframeworks_base-867568314d160ba098c0c72558691536a2385933.zip
frameworks_base-867568314d160ba098c0c72558691536a2385933.tar.gz
frameworks_base-867568314d160ba098c0c72558691536a2385933.tar.bz2
Change disable timeout for BT disable stress test
Bug: b/3125900 Change-Id: Ie1f599f1c418fc40c29debd1401297441a2a9db3
Diffstat (limited to 'core/tests/coretests')
-rw-r--r--core/tests/coretests/src/android/bluetooth/BluetoothTestUtils.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/tests/coretests/src/android/bluetooth/BluetoothTestUtils.java b/core/tests/coretests/src/android/bluetooth/BluetoothTestUtils.java
index f7bb1f9..a9025fb 100644
--- a/core/tests/coretests/src/android/bluetooth/BluetoothTestUtils.java
+++ b/core/tests/coretests/src/android/bluetooth/BluetoothTestUtils.java
@@ -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.