Since https://builds.apache.org/job/Allura/552/ the test suite has been timing out. It is also failing on some SourceForge-internal CI builds. It even times out after 2.5 hrs.
It does seem to be the additional post_event calls for each TroveCategory during test setup.
NB: Make sure you disable nose-progressive, as it makes run_tests take very long to run (and it took me an annoyingly long time to realize that it had been re-enabled for me).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
allura:cj/7215
It does seem to be the additional
post_event
calls for eachTroveCategory
during test setup.NB: Make sure you disable nose-progressive, as it makes
run_tests
take very long to run (and it took me an annoyingly long time to realize that it had been re-enabled for me).