summaryrefslogtreecommitdiff
path: root/.papr.yml
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2018-07-26 12:36:03 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2018-07-26 18:42:08 +0000
commit8e25b5d78832d691081f81f524e7430988738ae0 (patch)
tree7f4e142f97cf1b39dd3952321b82bf6d82ae376b /.papr.yml
parent159f7f179bf63dee2710680a12164d7487e7e696 (diff)
downloadpodman-8e25b5d78832d691081f81f524e7430988738ae0.tar.gz
podman-8e25b5d78832d691081f81f524e7430988738ae0.tar.bz2
podman-8e25b5d78832d691081f81f524e7430988738ae0.zip
double papr timeout for all ci tests
Signed-off-by: baude <bbaude@redhat.com> Closes: #1163 Approved by: baude
Diffstat (limited to '.papr.yml')
-rw-r--r--.papr.yml7
1 files 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"