increasing timeout for runtask on production taskotron buildbot
This commit is contained in:
parent
775a58af0a
commit
1b5e1aee63
1 changed files with 0 additions and 2 deletions
|
@ -175,9 +175,7 @@ factory.addStep(ShellCommand(command=["runtask",
|
||||||
Interpolate('%(prop:taskname)s.yml')],
|
Interpolate('%(prop:taskname)s.yml')],
|
||||||
descriptionDone=[Interpolate('%(prop:taskname)s on %(prop:item)s')],
|
descriptionDone=[Interpolate('%(prop:taskname)s on %(prop:item)s')],
|
||||||
name='runtask',
|
name='runtask',
|
||||||
{% if deployment_type in ['dev', 'stg'] %}
|
|
||||||
timeout=2400,
|
timeout=2400,
|
||||||
{% endif %}
|
|
||||||
logfiles={'taskotron.log': {'filename': '/var/log/taskotron/taskotron.log', }}))
|
logfiles={'taskotron.log': {'filename': '/var/log/taskotron/taskotron.log', }}))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue