taskotron-client prod: set longer timeout for testcloud
This commit is contained in:
parent
5d63549bc4
commit
5261ab974f
1 changed files with 2 additions and 2 deletions
|
@ -89,6 +89,6 @@
|
|||
copy: src=domain-template.jinja-hotfix dest=/var/lib/testcloud/domain-template.jinja owner=qemu group=testcloud mode=0764
|
||||
when: deployment_type in ['dev', 'stg']
|
||||
|
||||
- name: hotfix libtaskotron to set longer timeout for testcloud
|
||||
- name: hotfix libtaskotron to set longer timeout for testcloud, this should be temporary fix though :/
|
||||
replace: dest=/usr/lib/python2.7/site-packages/libtaskotron/ext/disposable/vm.py regexp=', timeout=60\):' replace=', timeout=120):' backup=yes
|
||||
when: deployment_type in ['dev', 'stg']
|
||||
when: deployment_type in ['dev', 'stg', 'prod']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue