Currently the VS addin waits for 15 minutes of 'inactivity' before killing the process. Inactivity here is defined as no console output.
I guess we can do better here: if there hasn't been any CPU or console activity in a minute, it's fair to say that we can kill the process. Who wants to wait for a unit test like that?
Currently the VS addin waits for 15 minutes of 'inactivity' before killing the process. Inactivity here is defined as no console output.
I guess we can do better here: if there hasn't been any CPU or console activity in a minute, it's fair to say that we can kill the process. Who wants to wait for a unit test like that?