Changeset 3277 for pjproject


Ignore:
Timestamp:
Aug 17, 2010 2:53:09 PM (14 years ago)
Author:
bennylp
Message:

Automated testing (re #1111): changed continuous monitoring interval from 1 to 5 minutes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/tests/automated/run_continuous.py

    r3270 r3277  
    77 
    88GROUP = "Continuous" 
    9 INTERVAL = 60 
     9INTERVAL = 300 
    1010 
    1111if __name__ == "__main__": 
     
    5353 
    5454                # Sleep even if something does change 
     55                print str(datetime.datetime.now()) + ": done, will check again in " + str(INTERVAL) + "s.." 
    5556                time.sleep(INTERVAL) 
    5657 
Note: See TracChangeset for help on using the changeset viewer.