[copr] [backend] update default timeout in config

This commit is contained in:
Valentin Gologuzov 2015-01-16 16:11:31 +01:00
parent 932ab8863d
commit 2991ab5f2b
2 changed files with 3 additions and 1 deletions

View file

@ -83,4 +83,4 @@ spawn_in_advance={{ spawn_in_advance }}
[builder]
# default is 1800
timeout=3600
timeout=21600

View file

@ -23,6 +23,8 @@
tags:
- config
# TODO: I think we missing user creation, check it we do it somewhere else ...
- name: Copy over backup scriplet
copy: src="{{ files }}/../roles/postgresql_server/files/backup-database" dest=/usr/local/bin/backup-database mode=0755
tags: