diff options
| author | Svetoslav Ganov <svetoslavganov@google.com> | 2010-12-07 14:28:15 -0800 |
|---|---|---|
| committer | Svetoslav Ganov <svetoslavganov@google.com> | 2010-12-07 14:32:33 -0800 |
| commit | ea26a4feb6defa465ce13dc3e718f6e9f58269c4 (patch) | |
| tree | d162b98cff0ebfc88f6864b2a4b249c823fc447f | |
| parent | 49c7a01a870e10240de32ccf5557965c5f4529b1 (diff) | |
| download | frameworks_base-ea26a4feb6defa465ce13dc3e718f6e9f58269c4.zip frameworks_base-ea26a4feb6defa465ce13dc3e718f6e9f58269c4.tar.gz frameworks_base-ea26a4feb6defa465ce13dc3e718f6e9f58269c4.tar.bz2 | |
bug 3248277 android.webkit.AccessibilityInjectorTest tests are flaky on trygon
Change-Id: I06332bc6eafb692b9ec829a093d23eccde897a2a
| -rw-r--r-- | core/tests/coretests/src/android/webkit/AccessibilityInjectorTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/tests/coretests/src/android/webkit/AccessibilityInjectorTest.java b/core/tests/coretests/src/android/webkit/AccessibilityInjectorTest.java index 9c9d9fe..955f5e8 100644 --- a/core/tests/coretests/src/android/webkit/AccessibilityInjectorTest.java +++ b/core/tests/coretests/src/android/webkit/AccessibilityInjectorTest.java @@ -45,7 +45,7 @@ public class AccessibilityInjectorTest extends AndroidTestCase { private static final long TIMEOUT_WAIT_FOR_SELECTION_STRING = 1000; /** The timeout to wait for accessibility and the mock service to be enabled. */ - private static final long TIMEOUT_ENABLE_ACCESSIBILITY_AND_MOCK_SERVICE = 500; + private static final long TIMEOUT_ENABLE_ACCESSIBILITY_AND_MOCK_SERVICE = 1000; /** The count of tests to detect when to shut down the service. */ private static final int TEST_CASE_COUNT = 8; |
