diff --git a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ICUServiceThreadTest.java b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ICUServiceThreadTest.java index b7809f552a3..918c1c68744 100644 --- a/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ICUServiceThreadTest.java +++ b/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ICUServiceThreadTest.java @@ -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()); } }