andrewchilds / overcast

Orchestrate VMs from your terminal
MIT License
479 stars 36 forks source link

Rewrite reboot command to wait until server is actually responsive #22

Closed andrewchilds closed 9 years ago

andrewchilds commented 10 years ago

Right now overcast reboot waits a hard-coded 45 seconds which is way too brittle - if the server is not responsive by then any further commands will fail. Let's wait until the server is actually responsive before continuing.