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
a04127d3d9
commit
98836ee20c
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,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