ICU-12984 Halve the execution time of ThreadTest#TestThreads.

Halve the default number of iterations, leaving the number of iterations
in exhaustive mode unchanged.

X-SVN-Rev: 40072
This commit is contained in:
Fredrik Roubert 2017-04-21 13:39:40 +00:00
parent 205568ddc5
commit 7c633a5a7a

View 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() {