]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
nuke: increase reboot timeout
authorJosh Durgin <josh.durgin@dreamhost.com>
Wed, 9 Nov 2011 18:39:56 +0000 (10:39 -0800)
committerJosh Durgin <josh.durgin@dreamhost.com>
Wed, 9 Nov 2011 18:49:37 +0000 (10:49 -0800)
Some sepia nodes are very slow to reboot.

teuthology/nuke.py

index 73358f6314dfaf441266306ff1d8df5396397d02..6e6f6f130255d4b7387bbf12d623d83df897c7c5 100644 (file)
@@ -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