Browse Source
Merge pull request #916 from jokey2k/patch-2
Adjust wait timeout
pull/923/head
Slavi Pantaleev
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
roles/matrix-common-after/tasks/start.yml
|
|
|
@@ -30,7 +30,7 @@ |
|
|
|
# as we may run into systemd's automatic restart logic retrying the service. |
|
|
|
- name: Wait a bit, so that services can start (or fail) |
|
|
|
wait_for: |
|
|
|
timeout: 5 |
|
|
|
timeout: 15 |
|
|
|
delegate_to: 127.0.0.1 |
|
|
|
become: false |
|
|
|
|
|
|
|
|