[jboss-cvs] JBoss Messaging SVN: r3259 - trunk/tests/src/org/jboss/test/messaging/jms.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 29 17:16:32 EDT 2007


Author: timfox
Date: 2007-10-29 17:16:31 -0400 (Mon, 29 Oct 2007)
New Revision: 3259

Modified:
   trunk/tests/src/org/jboss/test/messaging/jms/MessageCleanupTest.java
Log:
More timings for Hudson


Modified: trunk/tests/src/org/jboss/test/messaging/jms/MessageCleanupTest.java
===================================================================
--- trunk/tests/src/org/jboss/test/messaging/jms/MessageCleanupTest.java	2007-10-29 21:09:57 UTC (rev 3258)
+++ trunk/tests/src/org/jboss/test/messaging/jms/MessageCleanupTest.java	2007-10-29 21:16:31 UTC (rev 3259)
@@ -104,7 +104,7 @@
       }
       
       //Give them time to arrive NP messages are sent one way
-      Thread.sleep(5000);
+      Thread.sleep(10000);
               
       //50 Should be paged onto disk
       
@@ -149,7 +149,7 @@
       }
       
       //Give them time to arrive NP messages are sent one way
-      Thread.sleep(5000);
+      Thread.sleep(10000);
        
       assertEquals(100, getReferenceIds().size());
       




More information about the jboss-cvs-commits mailing list