summaryrefslogtreecommitdiff
path: root/android_icu4j/src/main/tests
diff options
context:
space:
mode:
authorChristine Hallstrom <hallstrom@google.com>2017-10-25 15:06:36 -0700
committerNeil Fuller <nfuller@google.com>2018-03-07 08:48:19 +0000
commit02a8b1c11932d6fc1af0bcf17a0bf452154a159a (patch)
tree054558943d9245bfa82de540c52a538583834c17 /android_icu4j/src/main/tests
parent8b48ba7a2de62466e6a4344db948eed9e9cb73d5 (diff)
downloadicu-02a8b1c11932d6fc1af0bcf17a0bf452154a159a.tar.gz
Increase timeout for TransliteratorTest#TestSourceTargetSet2
Test fails on watches with currently set timeout, so increase timeout. Test: Run affected CTS test Bug: 37642683 Bug: 65468170 Bug: 74173949 Change-Id: Ia81a77e5a9aece0f9f701b3ead27a8cd2f5b6712
Diffstat (limited to 'android_icu4j/src/main/tests')
-rw-r--r--android_icu4j/src/main/tests/android/icu/dev/test/translit/TransliteratorTest.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/android_icu4j/src/main/tests/android/icu/dev/test/translit/TransliteratorTest.java b/android_icu4j/src/main/tests/android/icu/dev/test/translit/TransliteratorTest.java
index fdb046821..2ca3946d7 100644
--- a/android_icu4j/src/main/tests/android/icu/dev/test/translit/TransliteratorTest.java
+++ b/android_icu4j/src/main/tests/android/icu/dev/test/translit/TransliteratorTest.java
@@ -3093,7 +3093,9 @@ public class TransliteratorTest extends TestFmwk {
}
}
- @Test
+ // Android-changed: Added an explicit timeout because it is too slow to run on some Wear devices
+ // with the default. http://b/65468170
+ @Test(timeout = 3_000_000L)
public void TestSourceTargetSet2() {