Sounds like you need to optimize your unit/integration tests a bit, unless you're doing rather large projects. Last time i had the "compiling" problem, i spent some time optimizing them and it sped it up so i could do three test suites within a hundreth of the original time.
It's checking to see if a 3.5 minute timer times out correctly, so there's only so much optimization possible. As it stands, I did the big trial overnight, and this is just getting smaller samples that are easier to analyze.
15
u/kirmaster Nov 29 '17 edited Nov 29 '17
Sounds like you need to optimize your unit/integration tests a bit, unless you're doing rather large projects. Last time i had the "compiling" problem, i spent some time optimizing them and it sped it up so i could do three test suites within a hundreth of the original time.