]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Wait up to 300 seconds for a reboot.
authorTommi Virtanen <tommi.virtanen@dreamhost.com>
Wed, 10 Aug 2011 20:21:39 +0000 (13:21 -0700)
committerTommi Virtanen <tommi.virtanen@dreamhost.com>
Wed, 10 Aug 2011 20:21:39 +0000 (13:21 -0700)
At least sepia86 was reliably slower than the previous 180 second default.

teuthology/task/kernel.py

index 0322699cff79fe2cd1ab10163d280cbbd649aa78..3745f8d65ef48764aec38b105b9273497365f27f 100644 (file)
@@ -212,7 +212,7 @@ def task(ctx, config):
     assert config is None or isinstance(config, dict), \
         "task kernel only supports a dictionary for configuration"
 
-    timeout = 180
+    timeout = 300
     if config is not None and 'timeout' in config:
         timeout = config.pop('timeout')