From 785e4bb8f7d48bc0fb211ce71cb85358533ad972 Mon Sep 17 00:00:00 2001 From: Rupert Smith Date: Mon, 1 Oct 2007 15:11:14 +0000 Subject: 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 --- .../org/apache/qpid/test/framework/localcircuit/LocalCircuitImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java') 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(); -- cgit v1.2.1