increase wait time

This commit is contained in:
chrys 2018-05-17 01:01:17 +02:00
parent b2c9837ef1
commit ecee654546

View File

@ -84,7 +84,7 @@ class driver(inputDriver):
def inputWatchdog(self,active , eventQueue):
try:
while active.value:
r, w, x = select(self.iDevices, [], [], 0.5)
r, w, x = select(self.iDevices, [], [], 0.7)
for fd in r:
event = None
foreward = False