summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRupert Smith <rupertlssmith@apache.org>2007-10-01 15:15:37 +0000
committerRupert Smith <rupertlssmith@apache.org>2007-10-01 15:15:37 +0000
commit2fbb8ff68b4443e5a5aed4839b87c1d720c9ee43 (patch)
tree72d0e8b0ad60f295ceef7b9899d5da72dee634e8
parentdaaabfcbb3b94c87e2435c18677a2a6dc7f1e96f (diff)
downloadqpid-python-2fbb8ff68b4443e5a5aed4839b87c1d720c9ee43.tar.gz
Merged revisions 580985 via svnmerge from
https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1 ........ r580985 | rupertlssmith | 2007-10-01 16:11:14 +0100 (Mon, 01 Oct 2007) | 1 line QPID-618, QPID-619, patch supplied by Aidan Skinner, test timeout increased. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@580987 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--java/systests/src/main/java/org/apache/qpid/test/framework/localcircuit/LocalCircuitImpl.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/systests/src/main/java/org/apache/qpid/test/framework/localcircuit/LocalCircuitImpl.java b/java/systests/src/main/java/org/apache/qpid/test/framework/localcircuit/LocalCircuitImpl.java
index ff7330f483..d816065758 100644
--- a/java/systests/src/main/java/org/apache/qpid/test/framework/localcircuit/LocalCircuitImpl.java
+++ b/java/systests/src/main/java/org/apache/qpid/test/framework/localcircuit/LocalCircuitImpl.java
@@ -401,7 +401,7 @@ public class LocalCircuitImpl implements Circuit
}
// Inject a short pause to allow time for exceptions to come back asynchronously.
- TestUtils.pause(100L);
+ TestUtils.pause(500L);
// Request a status report.
check();