[jboss-cvs] JBoss Messaging SVN: r7205 - trunk/tests/src/org/jboss/messaging/tests/unit/core/asyncio.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 4 17:00:40 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-06-04 17:00:40 -0400 (Thu, 04 Jun 2009)
New Revision: 7205

Modified:
   trunk/tests/src/org/jboss/messaging/tests/unit/core/asyncio/AsynchronousFileTest.java
Log:
tweak

Modified: trunk/tests/src/org/jboss/messaging/tests/unit/core/asyncio/AsynchronousFileTest.java
===================================================================
--- trunk/tests/src/org/jboss/messaging/tests/unit/core/asyncio/AsynchronousFileTest.java	2009-06-04 20:15:59 UTC (rev 7204)
+++ trunk/tests/src/org/jboss/messaging/tests/unit/core/asyncio/AsynchronousFileTest.java	2009-06-04 21:00:40 UTC (rev 7205)
@@ -968,8 +968,7 @@
       
       for (long i = 0 ; i < nloops; i++)
       {
-         Thread.sleep(1);
-         //AsynchronousFileImpl.nanoSleep();
+         AsynchronousFileImpl.nanoSleep();
       }
       
       long end = System.currentTimeMillis();




More information about the jboss-cvs-commits mailing list