Fix a few CI-test nits

* The README.md doesn't metion an EPEL requirement, however it's needed
for installing python-boto on RHEL.  Add it to the list of requirements.

* Some gramatical errors were fixed.

* The ``system.yml`` install timeout (10 minutes) is cutting things aweful
close, esp. since it's dependent on both networking and external
services.  Double it to head-off possible future headaches.

Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
Chris Evich 2018-03-06 11:40:27 -05:00
parent 0e0c820f0c
commit 9f14e51938
No known key found for this signature in database
GPG key ID: 03EDC70FD578067F
2 changed files with 16 additions and 15 deletions

View file

@ -55,7 +55,7 @@
- socat
- tar
- wget
async: 600
async: '{{ 20 * 60 }}'
poll: 10
- name: Add python2-boto for Fedora