summaryrefslogtreecommitdiff
path: root/android_icu4j/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'android_icu4j/src/main')
-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() {