From commits-return-12713-apmail-activemq-commits-archive=activemq.apache.org@activemq.apache.org Wed Jan 06 11:36:14 2010 Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 64647 invoked from network); 6 Jan 2010 11:36:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Jan 2010 11:36:14 -0000 Received: (qmail 52493 invoked by uid 500); 6 Jan 2010 11:36:14 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 52436 invoked by uid 500); 6 Jan 2010 11:36:13 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 52427 invoked by uid 99); 6 Jan 2010 11:36:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jan 2010 11:36:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jan 2010 11:36:11 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D3C862388906; Wed, 6 Jan 2010 11:35:50 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r896401 - /activemq/trunk/activemq-optional/src/test/java/org/apache/activemq/transport/https/HttpsTransportBrokerTest.java Date: Wed, 06 Jan 2010 11:35:50 -0000 To: commits@activemq.apache.org From: gtully@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100106113550.D3C862388906@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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() {