mirror of https://github.com/apache/activemq.git
http://issues.apache.org/activemq/browse/AMQ-1936 - waiting for 20 mins for all messages to arrive is not good in CI environments
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@803554 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d183e3a7c1
commit
813d590c8c
|
@ -198,7 +198,7 @@ public class AMQ1936Test extends TestCase{
|
||||||
public boolean isSatisified() throws Exception {
|
public boolean isSatisified() throws Exception {
|
||||||
return TEST_MESSAGE_COUNT == messages.size();
|
return TEST_MESSAGE_COUNT == messages.size();
|
||||||
}
|
}
|
||||||
}, 20*60*1000);
|
}, 1*60*1000);
|
||||||
if (!ok) {
|
if (!ok) {
|
||||||
dumpAllThreads("--STUCK?--");
|
dumpAllThreads("--STUCK?--");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue