Closed khairihafsham closed 7 years ago
For some unknown reason, the CI doesn't run the test, or timeout at nosetests stage. I've tried closing and opening this PR 3 times to re-trigger the CI. But I think it doesn't work.
Can anyone please help? The tests passes when I run them in my machine.
Thanks Khairi!
At least for python > 3.4,
min()
does not accept None as argument. IfSocketIO.wait()
is called without argument, theseconds
param is set to None by default, this causesmin()
to raise Exception.Since this only effect how
timeout
is set, I've made it into a separate code for easier testing.