From c2e2e62cfa5f29a0f619dc9afa0aad83179533cd Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 4 Dec 2023 16:46:25 +0900 Subject: [PATCH] Increase timeout of glance_store-src-ceph-tempest Since [1] was merged, tempest takes quite long time because of lower concurrency. However it's not feasible to increase the concurrency again because of resource limitation. This increases timeout as a short-term solution to unblock gate. [1] https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/865315 Change-Id: Ib4c900e14788c6b581ce277a71c02d7b07369e6a --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 9047def1..6d4bbbcc 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -130,7 +130,7 @@ * legacy-tempest-dsvm-full-ceph-plugin-src-glance_store required-projects: - opendev.org/openstack/glance_store - timeout: 9000 + timeout: 10800 vars: tempest_test_regex: (^tempest\.(api|scenario)|(^cinder_tempest_plugin))