cheind / pytorch-blender

:sweat_drops: Seamless, distributed, real-time integration of Blender into PyTorch data pipelines
MIT License
562 stars 44 forks source link

Unittest errors due to short DEFAULT_TIMEOUTMS #22

Open kfarivar opened 2 years ago

kfarivar commented 2 years ago

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 2 years ago

Thanks for letting me know. 60secs timeout seems a bit high though. Maybe that's shadowing another issue?

kfarivar commented 2 years ago

I didn't optimize the value. I just set it to 60sec and was satisfied with it working.