[jboss-cvs] JBoss Messaging SVN: r3396 - branches/Branch_Stable/tests/src/org/jboss/test/messaging/jms/server/destination.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Dec 3 05:21:41 EST 2007


Author: timfox
Date: 2007-12-03 05:21:41 -0500 (Mon, 03 Dec 2007)
New Revision: 3396

Modified:
   branches/Branch_Stable/tests/src/org/jboss/test/messaging/jms/server/destination/TopicManagementTest.java
Log:
Tweak to test


Modified: branches/Branch_Stable/tests/src/org/jboss/test/messaging/jms/server/destination/TopicManagementTest.java
===================================================================
--- branches/Branch_Stable/tests/src/org/jboss/test/messaging/jms/server/destination/TopicManagementTest.java	2007-12-03 10:15:22 UTC (rev 3395)
+++ branches/Branch_Stable/tests/src/org/jboss/test/messaging/jms/server/destination/TopicManagementTest.java	2007-12-03 10:21:41 UTC (rev 3396)
@@ -740,6 +740,9 @@
          prod.send(tm5);
          prod.send(tm6);
          
+         //Give them a little time
+         Thread.sleep(3000);
+         
          // Start the connection for delivery
          conn.start();
    




More information about the jboss-cvs-commits mailing list