mirror of https://github.com/apache/activemq.git
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:
parent
97e0fccdae
commit
6e5c9340c7
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue