better time delay in command execution.
authorjprocter <jprocter@compbio.dundee.ac.uk>
Thu, 20 Oct 2005 16:51:28 +0000 (16:51 +0000)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Thu, 20 Oct 2005 16:51:28 +0000 (16:51 +0000)
git-svn-id: https://svn.lifesci.dundee.ac.uk/svn/repository/trunk@71 be28352e-c001-0410-b1a7-c7978e42abec

src/org/vamsas/test/simpleclient/ClientsFileTest.java

index 58dcbec..072a591 100644 (file)
@@ -114,8 +114,10 @@ public class ClientsFileTest {
       if (coms!=null) {
         System.err.println("Unknown command : "+args[argc++] + "*Ignored!*");
       };
-      for (int j=0; j<900000; j++)
-        ;
+      for (int j=0; j<900000; j++) {
+        Integer i=Integer.getInteger("1");
+        Integer q=i;
+      }
     }
   }