From 34aa5abf0999407a9f11a46d212d14a0f9f1bb18 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Fri, 23 Oct 2015 00:15:13 +0200 Subject: [PATCH] openstack: increase timeout from 4 hours to 6 hours It takes more than 4 hours for some upgrade jobs to complete. 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 16910b9181..5f807d083d 100755 --- a/teuthology/openstack/setup-openstack.sh +++ b/teuthology/openstack/setup-openstack.sh @@ -58,7 +58,7 @@ check_package_signatures: false queue_port: 11300 queue_host: localhost lab_domain: $labdomain -max_job_time: 14400 # 4 hours +max_job_time: 21600 # 6 hours teuthology_path: . openstack: clone: git clone http://github.com/ceph/teuthology -- 2.39.5