[jboss-cvs] jboss-seam/examples/quartz/src/org/jboss/seam/example/quartz/test ...

Peter Muir peter at bleepbleep.org.uk
Tue Oct 16 14:06:36 EDT 2007


  User: pmuir   
  Date: 07/10/16 14:06:36

  Modified:    examples/quartz/src/org/jboss/seam/example/quartz/test 
                        CronTest.java
  Log:
  Try this
  
  Revision  Changes    Path
  1.3       +1 -1      jboss-seam/examples/quartz/src/org/jboss/seam/example/quartz/test/CronTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CronTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/quartz/src/org/jboss/seam/example/quartz/test/CronTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- CronTest.java	16 Oct 2007 15:35:44 -0000	1.2
  +++ CronTest.java	16 Oct 2007 18:06:36 -0000	1.3
  @@ -92,7 +92,7 @@
               // Start the triggerHandle, wait a lot shorter than the job takes
               // At this point the job should have executed once exactly
               quartzTriggerHandle.resume();
  -            pause((long) (REPEATING.getInterval() * 0.1));
  +            pause((long) (REPEATING.getInterval() * 0.5));
               quartzTriggerHandle.pause();
               
               new FacesRequest("/search.xhtml", id)
  
  
  



More information about the jboss-cvs-commits mailing list