Changeset 2637

Show
Ignore:
Timestamp:
02/02/06 10:42:32 (18 years ago)
Author:
jerome
Message:

Upped the max delays before the printer should begin to print to 1 minute.

Location:
pykota/trunk/pykota/accounters
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/accounters/pjl.py

    r2625 r2637  
    3333ITERATIONDELAY = 1   # 1 Second 
    3434STABILIZATIONDELAY = 3 # We must read three times the same value to consider it to be stable 
    35 NOPRINTINGMAXDELAY = 30 # The printer must begin to print within 30 seconds. 
     35NOPRINTINGMAXDELAY = 60 # The printer must begin to print within 60 seconds. 
    3636 
    3737# Here's the real thing : 
  • pykota/trunk/pykota/accounters/snmp.py

    r2625 r2637  
    2525ITERATIONDELAY = 1.5   # 1.5 Second 
    2626STABILIZATIONDELAY = 3 # We must read three times the same value to consider it to be stable 
    27 NOPRINTINGMAXDELAY = 30 # The printer must begin to print within 30 seconds. 
     27NOPRINTINGMAXDELAY = 60 # The printer must begin to print within 60 seconds. 
    2828 
    2929import sys