Hi > On 22/nov/2013, at 21:12, Jakub Jelinek <ja...@redhat.com> wrote: > > Hi! > > I've noticed recently that the 28_regex/ tests look very expensive > testing time wise, while there are only ~ 120 tests, I'm routinely seeing > 28_regex/* complete last. This patch moves the most expensive 28_regex/ > tests ([ab]*, about 2/3 of all the regex tests) to a separate job, while > one of the former 10 jobs tests the rest of 28_regex/ together with 26_*/. > > The make check time on i686-linux shortened by ~5 minutes today, > x86_64-linux by about ~4 minutes. > > Ok for trunk?
Ok, thanks! Paolo