docker-machine-opennebula icon indicating copy to clipboard operation
docker-machine-opennebula copied to clipboard

SSH Timeout should be parameterized

Open nicolasb827 opened this issue 8 years ago • 0 comments

Hi,

when you want to create a host which is too long to start (>60 sec), you have a timeout error. This is a common problem with Rancher: https://github.com/rancher/rancher/issues/2154 I see timeout is set to defaultTimeout = 1 * time.Second in .go file. It could be nice that 1 was a parameter ;)

Thank you

nicolasb827 avatar Jun 13 '17 23:06 nicolasb827