including stg in increased buildstep timeout to deal with long running jobs

This commit is contained in:
Tim Flink 2015-04-09 21:40:08 +00:00
parent 1dc69af2ad
commit 775a58af0a

View file

@ -175,7 +175,7 @@ factory.addStep(ShellCommand(command=["runtask",
Interpolate('%(prop:taskname)s.yml')],
descriptionDone=[Interpolate('%(prop:taskname)s on %(prop:item)s')],
name='runtask',
{% if deployment_type in ['dev'] %}
{% if deployment_type in ['dev', 'stg'] %}
timeout=2400,
{% endif %}
logfiles={'taskotron.log': {'filename': '/var/log/taskotron/taskotron.log', }}))