diff options
author | baude <bbaude@redhat.com> | 2018-07-26 12:36:03 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-07-26 18:42:08 +0000 |
commit | 8e25b5d78832d691081f81f524e7430988738ae0 (patch) | |
tree | 7f4e142f97cf1b39dd3952321b82bf6d82ae376b /.papr.yml | |
parent | 159f7f179bf63dee2710680a12164d7487e7e696 (diff) | |
download | podman-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.yml | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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" |