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
I'll close this issue as I think the NUnit part is covered by #437, and we don't maintain an MSBuild task ourselves. Happy to provide suggestions if we can though.
We are executing all unit tests after build using this command but sometimes some unit tests hang for a long time.
msbuild myproject.proj /t:Clean;BuildWithoutIM; QualityAssurance; /p:Configuration="debug" /p:Platform="Any CPU" /p:SolutionNameList=%SLN%
So I want to set a timeout for all Nunit test cases in the above command. Please suggest if there is a solution.
The text was updated successfully, but these errors were encountered: