From c383004130bd38d2d31577ab7aeb325052f2591c Mon Sep 17 00:00:00 2001 From: Jens Harbott Date: Tue, 24 Apr 2018 13:21:16 +0000 Subject: [PATCH] Increase timeout for rake job The default of 30 minutes does lead to timeouts on some smaller nodes and larger cookbooks. Change-Id: I2db0b355f666fe5fb61bce3788255ddc1e7a6f3f --- .zuul.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zuul.yaml b/.zuul.yaml index 3b22d6e..c7ebb5d 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -5,6 +5,7 @@ required-projects: openstack/openstack-chef-repo pre-run: playbooks/pre.yaml run: playbooks/rake.yaml + timeout: 2700 - job: name: openstack-chef-repo-integration