mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 01:42:37 +00:00
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:
parent
898667f024
commit
bedfe071e5
1 changed files with 2 additions and 2 deletions
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue