Author: rhs
Date: Thu May 1 14:26:32 2008
New Revision: 652670
URL: http://svn.apache.org/viewvc?rev=652670&view=rev
Log:
QPID-987: reduced message count in DupsOKTest
Modified:
incubator/qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/client/DupsOkTest.java
Modified:
incubator/qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/client/DupsOkTest.java
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/client/DupsOkTest.java?rev=652670&r1=652669&r2=652670&view=diff
==============================================================================
---
incubator/qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/client/DupsOkTest.java
(original)
+++
incubator/qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/client/DupsOkTest.java
Thu May 1 14:26:32 2008
@@ -41,7 +41,7 @@
{
private Queue _queue;
- private static final int MSG_COUNT = 9999;
+ private static final int MSG_COUNT = 4999;
private CountDownLatch _awaitCompletion = new CountDownLatch(1);
public void setUp() throws Exception