From 41af122b379fe9644daafa448550cafcb873a22a Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 20 May 2015 16:58:15 +0200 Subject: [PATCH] VfsUtilPerformanceTest: allow more time for findChild test --- .../com/intellij/openapi/vfs/VfsUtilPerformanceTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/vfs/VfsUtilPerformanceTest.java b/platform/platform-tests/testSrc/com/intellij/openapi/vfs/VfsUtilPerformanceTest.java index c998359132f1..38274468d186 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/vfs/VfsUtilPerformanceTest.java +++ b/platform/platform-tests/testSrc/com/intellij/openapi/vfs/VfsUtilPerformanceTest.java @@ -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++) {