From 8e25b5d78832d691081f81f524e7430988738ae0 Mon Sep 17 00:00:00 2001 From: baude Date: Thu, 26 Jul 2018 12:36:03 -0500 Subject: double papr timeout for all ci tests Signed-off-by: baude Closes: #1163 Approved by: baude --- .papr.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.papr.yml b/.papr.yml index f559cf2e5..bdefc2d3c 100644 --- a/.papr.yml +++ b/.papr.yml @@ -9,7 +9,7 @@ host: ram: 8192 cpus: 4 required: true -timeout: 45m +timeout: 90m tests: - CONTAINER_RUNTIME="podman" sh .papr_prepare.sh @@ -34,7 +34,8 @@ extra-repos: gpgcheck: 0 required: true -timeout: 45m + +timeout: 90m tests: - sh .papr_prepare.sh @@ -65,4 +66,6 @@ tests: - yum -y reinstall container-selinux - CONTAINER_RUNTIME="podman" sh .papr_prepare.sh required: false + +timeout: 90m context: "Fedora fedora/28/cloud Podman" -- cgit v1.2.3-54-g00ecf