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:
Bosanac Dejan 2009-08-12 15:19:57 +00:00
parent d183e3a7c1
commit 813d590c8c
1 changed files with 1 additions and 1 deletions

View File

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