petems / tugboat

A command line tool for interacting with your DigitalOcean droplets.
MIT License
1.45k stars 89 forks source link

Add configurable timeout to config file and default to 90 sec #281

Closed lachesis closed 6 years ago

lachesis commented 6 years ago

Raise the default Barge client timeout to 90 seconds and make it configurable.

I've only briefly tested this. I'm not sure if this is the right way to add stuff to the config file. We need this because our droplet list is huge and the default 10 seconds per page timeout is too aggressive for us.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.006%) to 98.015% when pulling aac599fb173503872da552ee60142b6fbe4e0ff5 on lachesis:lachesis-timeouts into bc58bed3acf088b9c273687d75848d0dfe9b2251 on petems:master.

petems commented 6 years ago

Closing in favour of #283