Commit 379839fb authored by Eddi Linder's avatar Eddi Linder

update time to be in milliseconds in test__select when using poll

parent 607e20eb
......@@ -29,7 +29,7 @@ if sys.platform != 'win32':
try:
poll = select.poll()
poll.register(r)
poll.poll(timeout)
poll.poll(timeout * 1000)
poll.unregister(r)
finally:
os.close(r)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment