Add extra timeout to wait for container to stop

This commit is contained in:
dsyer
2007-08-17 06:25:43 +00:00
parent 558137a521
commit 2d174e94e2

View File

@@ -80,7 +80,7 @@ public class AsynchronousTests extends AbstractDependencyInjectionSpringContextT
super.onTearDown();
container.stop();
// Need to give the container time to shutdown
Thread.sleep(1000L);
Thread.sleep(2000L);
}
List list = new ArrayList();