mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 15:35:46 +07:00
runbot fix gevent test
This commit is contained in:
parent
aa55d36911
commit
16f392e916
@ -659,7 +659,7 @@ class runbot_build(osv.osv):
|
||||
|
||||
# run server
|
||||
cmd, mods = build.cmd()
|
||||
if os.path.exists(build.path('openerp/addons/im')):
|
||||
if os.path.exists(build.path('openerp/addons/im_livechat')):
|
||||
cmd += ["--workers", "2"]
|
||||
cmd += ["--longpolling-port", "%d" % (build.port + 1)]
|
||||
cmd += ["--max-cron-threads", "1"]
|
||||
|
Loading…
Reference in New Issue
Block a user