NUnit activity does not use TestTimeout argument.
description
I have to run extensive integration tests within a TFS build using nunit.
I am using the NUnit activity of the TFS build extensions v1.10.4.1 but in the commandline I see in the build log, there is no timeout specified while calling nunit-console.exe althoug I specified it in the InArgument of the activity.
Looking on the assembly using ILSpy I figured that the 'GenerateCommandLineCommands' method does not even use the 'TestTimeout' InArgument.
Can that please be fixed soon?
I urgently need that and currently my integration tests are aborted with a ThreadAbortException which leads me to believe that the missing timeout could be the issue here.
Thanks a lot!