oreillymedia/atlas-api

client.rb raises an exception on slow builds

bonniee opened this issue · 1 comments

In client.rb, if the build takes longer than 100 seconds, an exception is raised. https://github.com/oreillymedia/atlas-api/blob/master/lib/atlas-api/client.rb#L26

For my current manuscript (Learning React Native), builds routinely take longer than 100 seconds.

Can you please explain the benefit of raising an exception here? The user can CTRL+C at any time, so I don't see the reason behind having a hardcoded timeout.

Apologies for the long delay. This problem was addressed in PR: #4