Test suite taking 10+ mins to run completely?

2 points by sarupbanskota ↗ HN
I'm curious what types of slow test suites you're encountering at work (with the view to potentially build something to solve it).

— What's your stack like?

— How long does the test suite take overall?

— What does the slowest single test takes?

— Have you done anything to reduce test times?

— Which CI provider do you use?

— What's the typical monthly bill?

3 comments

[ 3.1 ms ] story [ 17.2 ms ] thread
50min+ on windows, 10min on linux

C autotools

50min (parallel)

slowest test: configure && make is the slowest by far

github actions (but also drone, appveyor, ...)

none

Interesting, why does the test take significantly longer on Windows?
Filesystem and process start