diff options
author | Jhon Honce <jhonce@redhat.com> | 2018-08-29 09:44:01 -0700 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-08-31 16:52:52 +0000 |
commit | 6d067fcba2bf84fb5e7c7691b796d42d67028176 (patch) | |
tree | ff34ff2da6709301737cc78c2d6fb1e72e766513 /.papr.yml | |
parent | 8245f0942811c2954d257ad8fac6cca8d36e896c (diff) | |
download | podman-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.yml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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" --- |