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.

Files:
1 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 :