On Thu, Mar 6, 2014 at 8:12 AM, Antoine Musso hashar+wmf@free.fr wrote:
The job is now being run along other testing jobs. It is slightly slower (4 min 30s) than the other jobs so that would delay the reporting I back to Gerrit by roughly a minute. I have made the job to timeout after 8 minutes to avoid unnecessarily blocking changes.
I took a quick glance at the patch, it looks like the tests are being run in the default interpreter mode with the JIT disabled. I submitted a patch that turns on the JIT[1]. I can't promise its faster but probably worth testing.
Erik B