Give this test more time to meet its criteria

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1155385 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy A. Bish 2011-08-09 14:33:28 +00:00
parent 1e1b568784
commit fd6be7f340
1 changed files with 42 additions and 42 deletions

View File

@ -199,7 +199,7 @@ public class AMQ1936Test extends TestCase{
public boolean isSatisified() throws Exception {
return TEST_MESSAGE_COUNT == messages.size();
}
}, 1*60*1000);
}, TimeUnit.MINUTES.toMillis(7));
if (!ok) {
AutoFailTestSupport.dumpAllThreads("--STUCK?--");
}