mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Revert timing change #3431
The docs are aweful confusing, but it does look like this needs to be converted
This commit is contained in:
parent
c9b4ad41c4
commit
d438196811
@ -146,7 +146,7 @@ class SREQ(object):
|
||||
self.poller.register(self.socket, zmq.POLLIN)
|
||||
tried = 0
|
||||
while True:
|
||||
polled = self.poller.poll(timeout)
|
||||
polled = self.poller.poll(timeout * 1000)
|
||||
tried += 1
|
||||
if polled:
|
||||
break
|
||||
|
Loading…
Reference in New Issue
Block a user