mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
relax NameUtilTest expectations to make our performance test framework happier on TeamCity
(cherry-picked from 113e2a5)
This commit is contained in:
@@ -508,7 +508,7 @@ public class NameUtilTest extends UsefulTestCase {
|
||||
nonMatching.add(new MinusculeMatcher(s, NameUtil.MatchingCaseSensitivity.NONE));
|
||||
}
|
||||
|
||||
PlatformTestUtil.startPerformanceTest("Matcher is slow", 3000, new ThrowableRunnable() {
|
||||
PlatformTestUtil.startPerformanceTest("Matcher is slow", 3500, new ThrowableRunnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
for (int i = 0; i < 100000; i++) {
|
||||
|
||||
Reference in New Issue
Block a user