increase timeout in asynch test

This commit is contained in:
dsyer
2007-08-16 07:38:41 +00:00
parent 33377582bf
commit bfb2e703e8

View File

@@ -136,7 +136,7 @@ public class AsynchronousTests extends AbstractDependencyInjectionSpringContextT
container.start();
// Need to sleep for at least a second here...
Thread.sleep(1000L);
Thread.sleep(3000L);
// We rolled back so the messages might come in many times...
assertTrue(list.size() >= 1);