Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 42610 invoked from network); 7 Sep 2009 08:49:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Sep 2009 08:49:26 -0000 Received: (qmail 86765 invoked by uid 500); 7 Sep 2009 08:49:26 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 86707 invoked by uid 500); 7 Sep 2009 08:49:26 -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 86698 invoked by uid 99); 7 Sep 2009 08:49:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Sep 2009 08:49:26 +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; Mon, 07 Sep 2009 08:49:17 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A3847238887A; Mon, 7 Sep 2009 08:48:57 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r812039 - /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/usecases/ExpiredMessagesWithNoConsumerTest.java Date: Mon, 07 Sep 2009 08:48:57 -0000 To: commits@activemq.apache.org From: dejanb@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090907084857.A3847238887A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dejanb Date: Mon Sep 7 08:48:57 2009 New Revision: 812039 URL: http://svn.apache.org/viewvc?rev=812039&view=rev Log: https://issues.apache.org/activemq/browse/AMQ-1112 - returning to the default wait timout Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/usecases/ExpiredMessagesWithNoConsumerTest.java Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/usecases/ExpiredMessagesWithNoConsumerTest.java URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/usecases/ExpiredMessagesWithNoConsumerTest.java?rev=812039&r1=812038&r2=812039&view=diff ============================================================================== --- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/usecases/ExpiredMessagesWithNoConsumerTest.java (original) +++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/usecases/ExpiredMessagesWithNoConsumerTest.java Mon Sep 7 08:48:57 2009 @@ -138,7 +138,7 @@ public boolean isSatisified() throws Exception { return sendCount == view.getExpiredCount(); } - }, 5*1000l); + }); LOG.info("enqueue=" + view.getEnqueueCount() + ", dequeue=" + view.getDequeueCount() + ", inflight=" + view.getInFlightCount() + ", expired= " + view.getExpiredCount() + ", size= " + view.getQueueSize());