Free cookie consent management tool by TermsFeed Policy Generator

Changeset 1718


Ignore:
Timestamp:
04/30/09 13:32:44 (15 years ago)
Author:
kgrading
Message:

changed duration back to 20 seconds (#493)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.JobBase/3.2/TestJob.cs

    r1589 r1718  
    4040      while(runValue < max && abort == false) {
    4141        //for (int y = 0; y < Int32.MaxValue; y++) ;
    42         Thread.Sleep(2000);   
     42        Thread.Sleep(200);   
    4343        if (abort == true) {           
    4444          Debug.WriteLine("Job Abort Processing");
Note: See TracChangeset for help on using the changeset viewer.