[TPG] Increased serial timeout to account for vend time
[uccvend-vendserver.git] / sql-edition / servers / SerialClient.py
index 4025e3b..e0a9a7e 100644 (file)
@@ -13,7 +13,7 @@ class SerialClient:
                        bytesize=EIGHTBITS,     #number of databits
                        parity=PARITY_NONE,     #enable parity checking
                        stopbits=STOPBITS_ONE,  #number of stopbits
-                       timeout=1,           #set a timeout value, None for waiting forever, return on read
+                       timeout=10,           #set a timeout value, None for waiting forever, return on read
                        xonxoff=0,              #enable software flow control
                        rtscts=0,               #enable RTS/CTS flow control
                )

UCC git Repository :: git.ucc.asn.au