summaryrefslogtreecommitdiff
path: root/.papr.yml
diff options
context:
space:
mode:
authorJhon Honce <jhonce@redhat.com>2018-08-29 09:44:01 -0700
committerAtomic Bot <atomic-devel@projectatomic.io>2018-08-31 16:52:52 +0000
commit6d067fcba2bf84fb5e7c7691b796d42d67028176 (patch)
treeff34ff2da6709301737cc78c2d6fb1e72e766513 /.papr.yml
parent8245f0942811c2954d257ad8fac6cca8d36e896c (diff)
downloadpodman-6d067fcba2bf84fb5e7c7691b796d42d67028176.tar.gz
podman-6d067fcba2bf84fb5e7c7691b796d42d67028176.tar.bz2
podman-6d067fcba2bf84fb5e7c7691b796d42d67028176.zip
Turn on test debugging
Signed-off-by: Jhon Honce <jhonce@redhat.com> Closes: #1369 Approved by: rhatdan
Diffstat (limited to '.papr.yml')
-rw-r--r--.papr.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.papr.yml b/.papr.yml
index 202659621..0348aa1a3 100644
--- a/.papr.yml
+++ b/.papr.yml
@@ -9,7 +9,7 @@ host:
ram: 8192
cpus: 4
required: true
-timeout: 120m
+timeout: 90m
tests:
- CONTAINER_RUNTIME="podman" sh .papr_prepare.sh
@@ -35,7 +35,7 @@ extra-repos:
required: true
-timeout: 120m
+timeout: 90m
tests:
- sh .papr_prepare.sh
@@ -63,7 +63,7 @@ tests:
- CONTAINER_RUNTIME="podman" sh .papr_prepare.sh
required: false
-timeout: 120m
+timeout: 90m
context: "Fedora fedora/28/cloud Podman"
---