nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #00471
[Bug 543517] Re: Feature: Ignore Timeout attribute in the debugger
Hi,
I'd second this request, and would like to add my $0.02:
Sometimes, we run NUnit unattended, but with the ADPlus debugger
attached to get some output for sporadic errors in unmanaged code. In
this case, it would be no good to disable the timeouts. It would be more
appropriate to disable timeouts when an *interactive* debugger is
attached, but I don't know of any way how NUnit could distinguish
different debuggers.
I'd propose a command line switch to disable all timeouts.
--
Feature: Ignore Timeout attribute in the debugger
https://bugs.launchpad.net/bugs/543517
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
Status in NUnit V2 Test Framework: New
Bug description:
Hi,
It would be nice, if possible, if NUnit could ignore the Timeout attribute if it detects it is running in the debugger.
References