Extend timeout for asynch test (Bean says VMWare sucks but it might improve when we migrate to SOTON).
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user