IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29430


Ignore:
Timestamp:
Oct 15, 2010, 9:55:49 AM (16 years ago)
Author:
bills
Message:

increase timeout for destreak.advance

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/destreak.pro

    r29368 r29430  
    2828$magicDSStage = 0
    2929$magicDSRevertStage = 0
     30
     31macro destreak.show.stages
     32    echo $DS_STAGE:n stages enabled for destreak processing
     33    for i 0 $DS_STAGE:n
     34        echo $i $DS_STAGE:$i
     35    end
     36    echo current magicDSStage = $magicDSStage
     37    echo current magicDSRevertStage = $magicDSRevertStage
     38end
    3039
    3140### Check status of tasks
     
    249258
    250259  periods      -poll $LOADPOLL
    251   #periods      -exec $LOADEXEC
    252260  periods      -exec 30
    253   periods      -timeout 120
     261  periods      -timeout 300
    254262  npending     1
    255263
Note: See TracChangeset for help on using the changeset viewer.