You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2010/01/06 12:35:50 UTC

svn commit: r896401 - /activemq/trunk/activemq-optional/src/test/java/org/apache/activemq/transport/https/HttpsTransportBrokerTest.java

Author: gtully
Date: Wed Jan  6 11:35:49 2010
New Revision: 896401

URL: http://svn.apache.org/viewvc?rev=896401&view=rev
Log:
give jetty https more time to shutdown

Modified:
    activemq/trunk/activemq-optional/src/test/java/org/apache/activemq/transport/https/HttpsTransportBrokerTest.java

Modified: activemq/trunk/activemq-optional/src/test/java/org/apache/activemq/transport/https/HttpsTransportBrokerTest.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-optional/src/test/java/org/apache/activemq/transport/https/HttpsTransportBrokerTest.java?rev=896401&r1=896400&r2=896401&view=diff
==============================================================================
--- activemq/trunk/activemq-optional/src/test/java/org/apache/activemq/transport/https/HttpsTransportBrokerTest.java (original)
+++ activemq/trunk/activemq-optional/src/test/java/org/apache/activemq/transport/https/HttpsTransportBrokerTest.java Wed Jan  6 11:35:49 2010
@@ -43,7 +43,7 @@
     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() {