]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
suite: default to 9h results_timeout
authorSage Weil <sage@inktank.com>
Mon, 7 Jul 2014 18:20:39 +0000 (11:20 -0700)
committerSage Weil <sage@inktank.com>
Mon, 7 Jul 2014 18:20:39 +0000 (11:20 -0700)
6h isn't enough for xfstests.

Signed-off-by: Sage Weil <sage@inktank.com>
scripts/suite.py
teuthology/worker.py

index 842416a619b99e10630bba2b33af25b52b8602f2..dbc76d240231b821e3a88b7954826e06c6e725c4 100644 (file)
@@ -62,7 +62,7 @@ Scheduler arguments:
                               [default: 1000]
   --timeout <timeout>         How long, in seconds, to wait for jobs to finish
                               before sending email. This does not kill jobs.
-                              [default: 21600]
+                              [default: 32400]
 
 """
 
index dc85376e1cd803403f7e3c30cf8983433b1d1241..e35a11d37e4b7584d136e73c0ef1f7e97d669c1e 100644 (file)
@@ -194,7 +194,7 @@ def main(ctx):
             args = [
                 os.path.join(teuth_bin_path, 'teuthology-results'),
                 '--timeout',
-                str(job_config.get('results_timeout', 21600)),
+                str(job_config.get('results_timeout', 32400)),
                 '--email',
                 job_config['email'],
                 '--archive-dir',