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:
parent
205568ddc5
commit
7c633a5a7a
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user