From e85c8e76790a6ccbf5958d300b580339692d8c41 Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 7 Mar 2011 23:21:50 +0100 Subject: [PATCH] dump threads in case of long completion --- .../codeInsight/completion/CompletionAutoPopupTestCase.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/java/testFramework/src/com/intellij/codeInsight/completion/CompletionAutoPopupTestCase.groovy b/java/testFramework/src/com/intellij/codeInsight/completion/CompletionAutoPopupTestCase.groovy index 42b0ce7f8a65..7ddc6eb88ff5 100644 --- a/java/testFramework/src/com/intellij/codeInsight/completion/CompletionAutoPopupTestCase.groovy +++ b/java/testFramework/src/com/intellij/codeInsight/completion/CompletionAutoPopupTestCase.groovy @@ -65,6 +65,7 @@ abstract class CompletionAutoPopupTestCase extends LightCodeInsightFixtureTestCa } Thread.sleep(10) } + printThreadDump() fail("Too long completion") }