From ad3443cd0caaeb80934c26ebe2ab65e8c8029579 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Tue, 7 Nov 2006 11:50:13 +0000 Subject: TransactedTest.java - Added Logging around the setup. Added a sleep after VM Broker creation to allow broker to startup. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@472073 13f79535-47bb-0310-9956-ffa450edef68 --- .../client/test/src/org/apache/qpid/transacted/TransactedTest.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'qpid/java/client/test') diff --git a/qpid/java/client/test/src/org/apache/qpid/transacted/TransactedTest.java b/qpid/java/client/test/src/org/apache/qpid/transacted/TransactedTest.java index a04eeef389..ca8ad9f07e 100644 --- a/qpid/java/client/test/src/org/apache/qpid/transacted/TransactedTest.java +++ b/qpid/java/client/test/src/org/apache/qpid/transacted/TransactedTest.java @@ -92,14 +92,14 @@ public class TransactedTest // Sleep to ensure all queues have been created in the Broker. try { - Thread.sleep(1000); + System.out.println("Finishing Setup"); + Thread.sleep(3000); } catch (InterruptedException e) { //do nothing } - - + System.out.println("Setup Complete"); } @After -- cgit v1.2.1