Changeset 3830 for branches/1.3/gui


Ignore:
Timestamp:
Jul 19, 2013, 2:50:08 PM (11 years ago)
Author:
ldelgass
Message:

Merge Mike's fix to default cputime from trunk

Location:
branches/1.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.3

    • Property svn:mergeinfo changed
      /trunkmerged: 3811
  • branches/1.3/gui/scripts/tool.tcl

    r3684 r3830  
    178178    } else {
    179179        if { [scan $limit "%d" dum] != 1 } {
    180             set limit 900;              # 15 mins by default
     180            set limit 14400;            # 4 hours by default
    181181        } elseif { $limit > 43200 } {
    182182            set limit 43200;            # limit to 12 hrs.
Note: See TracChangeset for help on using the changeset viewer.