From 8d1b56ece2415cf5ea0e3e804754dfb3aa8ef5bb Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Thu, 14 Jan 2016 08:01:55 +0100 Subject: [PATCH] openstack: default to 9h job timeout Because a few job take more than 6h. Ideally this could be overriden on a case by case basis. Signed-off-by: Loic Dachary --- teuthology/openstack/setup-openstack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/openstack/setup-openstack.sh b/teuthology/openstack/setup-openstack.sh index be59999f09..d175c5c02e 100755 --- a/teuthology/openstack/setup-openstack.sh +++ b/teuthology/openstack/setup-openstack.sh @@ -61,7 +61,7 @@ queue_port: 11300 suite_verify_ceph_hash: false queue_host: localhost lab_domain: $labdomain -max_job_time: 21600 # 6 hours +max_job_time: 32400 # 9 hours teuthology_path: . openstack: clone: git clone http://github.com/ceph/teuthology -- 2.39.5