Repository: activemq
Updated Branches:
  refs/heads/master e47edd7a2 -> 765a010d0


https://issues.apache.org/jira/browse/AMQ-5621

Add sleep back which allows the producers to wait for the bridge
formation.

Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/765a010d
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/765a010d
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/765a010d

Branch: refs/heads/master
Commit: 765a010d04a9c3d51144f70148a0763ed4619b32
Parents: e47edd7
Author: Timothy Bish <[email protected]>
Authored: Mon Apr 25 18:41:00 2016 -0400
Committer: Timothy Bish <[email protected]>
Committed: Mon Apr 25 18:41:00 2016 -0400

----------------------------------------------------------------------
 .../java/org/apache/activemq/test/JmsSendReceiveTestSupport.java   | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/765a010d/activemq-unit-tests/src/test/java/org/apache/activemq/test/JmsSendReceiveTestSupport.java
----------------------------------------------------------------------
diff --git 
a/activemq-unit-tests/src/test/java/org/apache/activemq/test/JmsSendReceiveTestSupport.java
 
b/activemq-unit-tests/src/test/java/org/apache/activemq/test/JmsSendReceiveTestSupport.java
index 8925c17..91f6243 100755
--- 
a/activemq-unit-tests/src/test/java/org/apache/activemq/test/JmsSendReceiveTestSupport.java
+++ 
b/activemq-unit-tests/src/test/java/org/apache/activemq/test/JmsSendReceiveTestSupport.java
@@ -105,6 +105,8 @@ public abstract class JmsSendReceiveTestSupport extends 
org.apache.activemq.Test
      * @throws Exception
      */
     public void testSendReceive() throws Exception {
+        Thread.sleep(100);
+
         sendMessages();
 
         assertMessagesAreReceived();

Reply via email to