Bump up timeout in failed test

This commit is contained in:
dsyer
2009-03-14 09:47:55 +00:00
parent f22c1886a9
commit 5244ef07ca

View File

@@ -87,7 +87,7 @@ public class BatchMessageListenerContainerIntegrationTests {
jmsTemplate.convertAndSend("queue", "foo");
jmsTemplate.convertAndSend("queue", "bar");
int waiting = 0;
while (count < 2 && waiting++ < 10) {
while (count < 2 && waiting++ < 20) {
Thread.sleep(100L);
}
if (count < 2) {