Extend timeout for asynch test (Bean says VMWare sucks but it might improve when we migrate to SOTON).

This commit is contained in:
dsyer
2007-08-15 22:23:54 +00:00
parent fea466e8bf
commit 7947bb4dee

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 message might come in many times...
assertTrue(list.size() > 1);