1
0
Fork 0
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:
A Holt 2018-08-28 04:07:41 -04:00 committed by GitHub
commit 579f3a25dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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