ICU-7027 Changed the iteration time used by Test05_ConcurrentEverything to fit in the default unit test time threshold (10sec).

X-SVN-Rev: 27124
This commit is contained in:
Yoshito Umaoka 2010-01-04 15:19:23 +00:00
parent 898667f024
commit bedfe071e5

View file

@ -1,6 +1,6 @@
/**
*******************************************************************************
* Copyright (C) 2001-2009, International Business Machines Corporation and *
* Copyright (C) 2001-2010, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
@ -477,7 +477,7 @@ public class ICUServiceThreadTest extends TestFmwk
new UnregisterFactoryThread("", service, 500, this).start();
// yoweee!!!
runThreads(10000);
runThreads(9500);
if (PRINTSTATS) System.out.println(service.stats());
}
}