120 seconds, give or take, when I run the whole suite. This is one of the reasons I'm always looking for chunks of code to extract into their own libs; you decrease cohesion, and accordingly you decrease the combinatorial space your tests have to deal with. On Apr 13, 2005, at 11:59 PM, Phlip wrote: > Francis Hwang wrote: >> >> Ah, but it can matter, can't it? If you're running a codebase with, >> say, 500+ unit tests and 1900+ assertions (hell, I'm running one right >> now), these things can add up. And when your tests are slow, you'll >> run >> them less often ... > > How long do your tests take? > > -- > Phlip > > http://industrialxp.org/community/bin/view/Main/ > TestFirstUserInterfaces > > > > Francis Hwang http://fhwang.net/