Ignore:
Timestamp:
04/15/07 20:15:28 (6 years ago)
Author:
Yi Qiang <yqiang@…>
Branch:
default
Message:

increase interrupt tries to 20.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sage/dsage/scripts/dsage_worker.py

    r4206 r4207  
    289289        """ 
    290290         
    291         INTERRUPT_TRIES = 10 
     291        INTERRUPT_TRIES = 20 
    292292        timeout = 0.3 
    293293        for i in range(INTERRUPT_TRIES):     
Note: See TracChangeset for help on using the changeset viewer.