From: Josh Durgin Date: Wed, 9 Nov 2011 18:39:56 +0000 (-0800) Subject: nuke: increase reboot timeout X-Git-Tag: 1.1.0~2738 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=afa56f16d1184e1108cc5cff0e9fa3f044edf831;p=teuthology.git nuke: increase reboot timeout Some sepia nodes are very slow to reboot. --- diff --git a/teuthology/nuke.py b/teuthology/nuke.py index 73358f631..6e6f6f130 100644 --- a/teuthology/nuke.py +++ b/teuthology/nuke.py @@ -144,7 +144,7 @@ def reboot(ctx, remotes, log): if remotes: log.info('waiting for nodes to reboot') time.sleep(5) #if we try and reconnect too quickly, it succeeds! - reconnect(ctx, 300) #allow 5 minutes for the reboots + reconnect(ctx, 480) #allow 8 minutes for the reboots def reset_syslog_dir(ctx, log): from .orchestra import run