diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2006-11-07 11:50:13 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2006-11-07 11:50:13 +0000 |
| commit | ad3443cd0caaeb80934c26ebe2ab65e8c8029579 (patch) | |
| tree | cbb5f064beb9fd6affcb2abe5c9694a5558ee5f5 /qpid/java/client/test | |
| parent | 61f050168072317a7d7db48cdb723358d50699ef (diff) | |
| download | qpid-python-ad3443cd0caaeb80934c26ebe2ab65e8c8029579.tar.gz | |
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
Diffstat (limited to 'qpid/java/client/test')
| -rw-r--r-- | qpid/java/client/test/src/org/apache/qpid/transacted/TransactedTest.java | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
