]> granicus.if.org Git - icu/commitdiff
ICU-12984 Halve the execution time of ThreadTest#TestThreads.
authorFredrik Roubert <roubert@google.com>
Fri, 21 Apr 2017 13:39:40 +0000 (13:39 +0000)
committerFredrik Roubert <roubert@google.com>
Fri, 21 Apr 2017 13:39:40 +0000 (13:39 +0000)
Halve the default number of iterations, leaving the number of iterations
in exhaustive mode unchanged.

X-SVN-Rev: 40072

icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ThreadTest.java

index 7c4b7395264f26d5be3be8fb3728a41e8d880e7a..1e0b263268d1ca638bf6003ba637fee0051a83d2 100644 (file)
@@ -20,7 +20,7 @@ import com.ibm.icu.text.Transliterator;
 
 public class ThreadTest extends TestFmwk {
     private ArrayList<Worker> threads = new ArrayList<Worker>();
-    private int iterationCount = 100000;
+    private int iterationCount = 50000;
     
     @Test
     public void TestThreads()  {