Increase package install timeout
Because networking. Esp. for VMs pulling content from the CDNs, allow install to run longer. Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
parent
6b6d634cfc
commit
b92b09ace3
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
|||
- socat
|
||||
- tar
|
||||
- wget
|
||||
async: 600
|
||||
async: '{{ 20 * 60 }}'
|
||||
poll: 10
|
||||
|
||||
- name: Add Btrfs for Fedora
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue