mirror of https://github.com/apache/activemq.git
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:
parent
1e1b568784
commit
fd6be7f340
|
@ -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?--");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue