mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Merge pull request #1042 from holta/remove-async-poll
15 -> 30min: double allotted time for Nextcloud download & "kalite manage"
This commit is contained in:
commit
579f3a25dc
2 changed files with 3 additions and 3 deletions
|
@ -12,5 +12,5 @@
|
|||
command: "{{ kalite_program }} manage setup --username={{ kalite_admin_user }} --password={{ kalite_admin_password }} --noinput"
|
||||
environment:
|
||||
KALITE_HOME: "{{ kalite_root }}"
|
||||
async: 900
|
||||
async: 1800
|
||||
poll: 10
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
#validate_certs: False # TEMPORARY ON/AFTER 2018-07-22 AS download.nextcloud.com CERT EXPIRED: https://github.com/iiab/iiab/issues/954
|
||||
timeout: "{{ download_timeout }}"
|
||||
when: internet_available and nextcloud_force_install
|
||||
async: 900
|
||||
poll: 15
|
||||
async: 1800
|
||||
poll: 10
|
||||
tags:
|
||||
- download
|
||||
|
||||
|
|
Loading…
Reference in a new issue