summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorRupert Smith <rupertlssmith@apache.org>2007-10-01 15:11:14 +0000
committerRupert Smith <rupertlssmith@apache.org>2007-10-01 15:11:14 +0000
commit785e4bb8f7d48bc0fb211ce71cb85358533ad972 (patch)
tree4064cafe2da5a05bd29ee1085caebba9f94a7e26 /java
parent2c281d7daa69c7ce725638a0d508198c37089c06 (diff)
downloadqpid-python-785e4bb8f7d48bc0fb211ce71cb85358533ad972.tar.gz
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.1@580985 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-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();