Commit be83980e authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

slaprunner: increase interval of backup in resilient tests

parent 90232637
...@@ -46,7 +46,7 @@ config = resiliency-backup-periodicity {{ cluster_parameter_dict.keys() | join(' ...@@ -46,7 +46,7 @@ config = resiliency-backup-periodicity {{ cluster_parameter_dict.keys() | join('
{% for key, value in cluster_parameter_dict.items() -%} {% for key, value in cluster_parameter_dict.items() -%}
config-{{ key }} = {{ dumps(value) }} config-{{ key }} = {{ dumps(value) }}
{% endfor -%} {% endfor -%}
config-resiliency-backup-periodicity = * * * * * config-resiliency-backup-periodicity = */6 * * * *
# XXX hardcoded # XXX hardcoded
#config-frontend-domain = google.com #config-frontend-domain = google.com
# XXX Hack to deploy Root Instance on the same computer as the type-test Instance # XXX Hack to deploy Root Instance on the same computer as the type-test Instance
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment