With only a 5 second sleep via ssh and python it looks like a
race-condition was sometimes hitting where it would think
the machine is back up before the reboot command had completed.
Signed-off-by: Sandon Van Ness <sandon@inktank.com>
# proc.exitstatus.get()
if remotes:
log.info('waiting for nodes to reboot')
- time.sleep(5) # if we try and reconnect too quickly, it succeeds!
+ time.sleep(8) # if we try and reconnect too quickly, it succeeds!
reconnect(ctx, 480) # allow 8 minutes for the reboots