give jetty https more time to shutdown

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@896401 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2010-01-06 11:35:49 +00:00
parent 97e0fccdae
commit 6e5c9340c7
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ public class HttpsTransportBrokerTest extends HttpTransportBrokerTest {
protected void tearDown() throws Exception {
super.tearDown();
// Give the jetty server more time to shutdown before starting another one
Thread.sleep(1000);
Thread.sleep(2000);
}
public static Test suite() {