increasing timeout for runtask on production taskotron buildbot

This commit is contained in:
Tim Flink 2015-04-09 23:10:00 +00:00
parent 775a58af0a
commit 1b5e1aee63

View file

@ -175,9 +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', 'stg'] %}
timeout=2400,
{% endif %}
logfiles={'taskotron.log': {'filename': '/var/log/taskotron/taskotron.log', }}))