From: Sage Weil Date: Mon, 7 Jul 2014 18:20:39 +0000 (-0700) Subject: suite: default to 9h results_timeout X-Git-Tag: 1.1.0~1345^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=4d7c09ee468361099c08dddbaeafc4959487650e;p=teuthology.git suite: default to 9h results_timeout 6h isn't enough for xfstests. Signed-off-by: Sage Weil --- diff --git a/scripts/suite.py b/scripts/suite.py index 842416a619..dbc76d2402 100644 --- a/scripts/suite.py +++ b/scripts/suite.py @@ -62,7 +62,7 @@ Scheduler arguments: [default: 1000] --timeout How long, in seconds, to wait for jobs to finish before sending email. This does not kill jobs. - [default: 21600] + [default: 32400] """ diff --git a/teuthology/worker.py b/teuthology/worker.py index dc85376e1c..e35a11d37e 100644 --- a/teuthology/worker.py +++ b/teuthology/worker.py @@ -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',