From cd78ee983d0ae0cebdb27327b6ea7950308d0dbf Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Wed, 22 Jan 2020 09:40:54 -0800 Subject: [PATCH] Bump up ceph tests timeout Looking at the last few hundred runs, we've had ~8% TIMEOUTs, and the average time is already 21 minutes. Let's give it an extra 10 minutes, see if the TIMEOUT rate comes down. Change-Id: Ifd9fbac032825bae1c8f5edd88c5d692a0b2cef1 --- .zuul.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zuul.yaml b/.zuul.yaml index 42da6d0909..6bd1f47352 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -273,6 +273,7 @@ nodeset: centos-7 description: | Setup a SAIO dev environment and run ceph-s3tests + timeout: 2400 pre-run: - tools/playbooks/common/install_dependencies.yaml - tools/playbooks/saio_single_node_setup/setup_saio.yaml