Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 44317 invoked from network); 20 Feb 2009 10:09:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Feb 2009 10:09:47 -0000 Received: (qmail 24047 invoked by uid 500); 20 Feb 2009 10:09:47 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 24025 invoked by uid 500); 20 Feb 2009 10:09:47 -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 24016 invoked by uid 99); 20 Feb 2009 10:09:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Feb 2009 02:09:47 -0800 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; Fri, 20 Feb 2009 10:09:45 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2A9872388888; Fri, 20 Feb 2009 10:09:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r746191 - /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/network/DuplexNetworkMBeanTest.java Date: Fri, 20 Feb 2009 10:09:24 -0000 To: commits@activemq.apache.org From: gtully@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090220100924.2A9872388888@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gtully Date: Fri Feb 20 10:09:23 2009 New Revision: 746191 URL: http://svn.apache.org/viewvc?rev=746191&view=rev Log: a little more time for slow networks Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/network/DuplexNetworkMBeanTest.java Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/network/DuplexNetworkMBeanTest.java URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/network/DuplexNetworkMBeanTest.java?rev=746191&r1=746190&r2=746191&view=diff ============================================================================== --- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/network/DuplexNetworkMBeanTest.java (original) +++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/network/DuplexNetworkMBeanTest.java Fri Feb 20 10:09:23 2009 @@ -57,7 +57,7 @@ public void testMbeanPresenceOnNetworkBrokerRestart() throws Exception { BrokerService broker = createBroker(); broker.start(); - assertEquals(1, countMbeans(broker, "Connector", 5000)); + assertEquals(1, countMbeans(broker, "Connector", 10000)); assertEquals(0, countMbeans(broker, "Connection")); BrokerService networkedBroker = null; for (int i=0; i