Ahh - so you're experiencing issues with parallelisation then?
The best way to solve this would be to make sure your integration tests are properly attributed with the
NCrunch.Framework.ExclusivelyUsesAttribute. In this way, you can still have your unit tests running in parallel but let the integration tests run serially.
There's also some other options - it's well worth having a read of the documentation around
parallel execution.