I'm curious what types of slow test suites you're encountering at work (with the view to potentially build something to solve it).<p>— What's your stack like?<p>— How long does the test suite take overall?<p>— What does the slowest single test takes?<p>— Have you done anything to reduce test times?<p>— Which CI provider do you use?<p>— What's the typical monthly bill?
50min+ on windows, 10min on linux<p>C autotools<p>50min (parallel)<p>slowest test: configure && make is the slowest by far<p>github actions (but also drone, appveyor, ...)<p>none