runbot fix gevent test

This commit is contained in:
Antony Lesuisse 2014-06-29 18:33:39 +02:00
parent aa55d36911
commit 16f392e916

View File

@ -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"]