Update: Blocked by #696
Seems like it is not quite good idea to spawn a fork for every test file. I have try'd fresh version of ava in got and tests run time get worse (not to mention, that iTunes is getting icky while tests).
May be it is better to fork batched runners and/or have a concurrency flag?
Update: Blocked by #696
Seems like it is not quite good idea to spawn a fork for every test file. I have try'd fresh version of
avain got and tests run time get worse (not to mention, that iTunes is getting icky while tests).May be it is better to fork batched runners and/or have a
concurrencyflag?