diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2017-11-15 17:58:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-15 17:58:26 -0500 |
commit | bf8b9a37df2aeead009996875f58c59625110472 (patch) | |
tree | 73d21edb601163fa907049a10c152917cc766a57 /.papr.yml | |
parent | afe1a2e7f1a54946d86588398c37c6d52c4e125c (diff) | |
parent | acd9c668647d273488772bfcb06a0f1a44dfb411 (diff) | |
download | podman-bf8b9a37df2aeead009996875f58c59625110472.tar.gz podman-bf8b9a37df2aeead009996875f58c59625110472.tar.bz2 podman-bf8b9a37df2aeead009996875f58c59625110472.zip |
Merge pull request #47 from baude/terminal_attach
Fix terminal attach
Diffstat (limited to '.papr.yml')
-rw-r--r-- | .papr.yml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ host: required: true +timeout: 45m + tests: # mount yum repos to inherit injected mirrors from PAPR - docker run --net=host --privileged -v /etc/yum.repos.d:/etc/yum.repos.d.host:ro |