Unittest errors due to short DEFAULT_TIMEOUTMS
kfarivar opened this issue · 2 comments
kfarivar commented
Hi,
I was running your library on my laptop which I had for a couple of years but I would get an error related to timeout.
When I changed the DEFAULT_TIMEOUTMS constant to 60000 (60 secs) it fixed the problem. Maybe adding that to the installation guide would help others with low end systems.
Thanks for the library.
cheind commented
Thanks for letting me know. 60secs timeout seems a bit high though. Maybe that's shadowing another issue?
kfarivar commented
I didn't optimize the value. I just set it to 60sec and was satisfied with it working.