Author: rupertlssmith
Date: Mon Oct 1 08:11:14 2007
New Revision: 580985
URL: http://svn.apache.org/viewvc?rev=580985&view=rev
Log:
QPID-618, QPID-619, patch supplied by Aidan Skinner, test timeout increased.
Modified:
incubator/qpid/branches/M2.1/java/systests/src/main/java/org/apache/qpid/test/framework/localcircuit/LocalCircuitImpl.java
Modified:
incubator/qpid/branches/M2.1/java/systests/src/main/java/org/apache/qpid/test/framework/localcircuit/LocalCircuitImpl.java
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1/java/systests/src/main/java/org/apache/qpid/test/framework/localcircuit/LocalCircuitImpl.java?rev=580985&r1=580984&r2=580985&view=diff
==============================================================================
---
incubator/qpid/branches/M2.1/java/systests/src/main/java/org/apache/qpid/test/framework/localcircuit/LocalCircuitImpl.java
(original)
+++
incubator/qpid/branches/M2.1/java/systests/src/main/java/org/apache/qpid/test/framework/localcircuit/LocalCircuitImpl.java
Mon Oct 1 08:11:14 2007
@@ -401,7 +401,7 @@
}
// Inject a short pause to allow time for exceptions to come back
asynchronously.
- TestUtils.pause(100L);
+ TestUtils.pause(500L);
// Request a status report.
check();