mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
VfsUtilPerformanceTest: allow more time for findChild test
This commit is contained in:
+1
-1
@@ -89,7 +89,7 @@ public class VfsUtilPerformanceTest extends PlatformTestCase {
|
||||
|
||||
final VirtualFile theChild = vDir.findChild("5111.txt");
|
||||
System.out.println("Start searching...");
|
||||
PlatformTestUtil.startPerformanceTest("find child is slow", 450, new ThrowableRunnable() {
|
||||
PlatformTestUtil.startPerformanceTest("find child is slow", 1000, new ThrowableRunnable() {
|
||||
@Override
|
||||
public void run() throws Throwable {
|
||||
for (int i = 0; i < 1000000; i++) {
|
||||
|
||||
Reference in New Issue
Block a user