From 4d7c09ee468361099c08dddbaeafc4959487650e Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 7 Jul 2014 11:20:39 -0700 Subject: [PATCH] suite: default to 9h results_timeout 6h isn't enough for xfstests. Signed-off-by: Sage Weil --- scripts/suite.py | 2 +- teuthology/worker.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/suite.py b/scripts/suite.py index 842416a619b99..dbc76d240231b 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 dc85376e1cd80..e35a11d37e4b7 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', -- 2.39.5