@sanedragon @ludicity
The test suite takes a bit over an hour, but there's always something that randomly fails, so you end up spending days hunting rerunning tests and checking if maybe it's a legitimate error that requires fixing. Or Sonar decides that you touched a file that doesn't have sufficient test coverage. And then something else has been merged and you need to fix a bunch of merge conflicts. And then one of a bunch of dependencies starts causing errors.
The real problem is that we've got 20 devs on a single complex code base. It's actually working much better than you'd expect, but it does create a lot of overhead and frustration.