Bump to Django 1.4rc1 causes near doubling of test run time

2012-03-10 Thread Philip Kimmey
Hi folks, I bumped Django from 1.4 alpha to 1.4rc1 and all of a sudden my unit test runs went from ~16mins to ~29mins. The 16 minutes was extremely stable before (many hundreds of runs in Jenkins) and the 29 mins is very consistent now (about 10 runs.) Any ideas what might have changed between Dj

Re: Bump to Django 1.4rc1 causes near doubling of test run time

2012-03-12 Thread Philip Kimmey
submitting it to the mailing list. I will most certainly do so once I have a chunk of time to work on it - that doubling of test runs is really inconvenient! Thanks, Phil On Mar 10, 1:26 pm, Ramiro Morales wrote: > On Sat, Mar 10, 2012 at 4:16 PM, Philip Kimmey wrote: > > Hi folks