From afa56f16d1184e1108cc5cff0e9fa3f044edf831 Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Wed, 9 Nov 2011 10:39:56 -0800 Subject: [PATCH] nuke: increase reboot timeout Some sepia nodes are very slow to reboot. --- teuthology/nuke.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/nuke.py b/teuthology/nuke.py index 73358f6314..6e6f6f1302 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 -- 2.39.5