They run in a few minutes on my Mac. I've found that on occasion memory gets low or maybe some other variable changes and the tests slow way down because a new VM is launched for every test and that seems to take a long time.
HTH, -Alex On 7/20/16, 1:26 PM, "Greg Dove" <greg.d...@gmail.com> wrote: >Can someone please let me know how long the compiler.jx.tests normally >take >to run. I am getting timeouts, this is probably related to the speed of my >dev machine I'm guessing. If I bump test.timeout to 600000 (10 mins) they >complete in around 8 mins. > >This happens to me on develop branch builds. I suspect it's just my >machine, but wanted to make sure it's not some recent change in the code, >because I *thought* these used to be much faster. > >thanks >-Greg