You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: