diff --git a/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 b/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 index d7a698f17c..1a63b0eca1 100644 --- a/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 +++ b/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 @@ -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', }}))