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
4df075abd2
commit
8c4db4222a
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