MudassarRasool / mb-unit

Automatically exported from code.google.com/p/mb-unit
0 stars 0 forks source link

Explicit Timeout attribute should be ignored when the tests are debugged. #766

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a unit test.
2. Assign it an explicit Timeout.
3. Now debug the test, make sure debugging takes longer than the timeout 
expressed by the explicit Timeout attribute from item 2.

What is the expected output? What do you see instead?
Expected behavior is that debugging is not limited by the timeout. In reality 
it is.

What version of the product are you using? On what operating system?
Gallio Version 3.2 build 528, Windows 7

Please provide any additional information below.
There was a similar issue with the implicit Timeout (10 mins), I am not sure 
what is the status of it. Anyway, this issue talks about the explicit timeout.

Thanks.

Original issue reported on code.google.com by mark.kha...@gmail.com on 3 Nov 2010 at 2:55

GoogleCodeExporter commented 8 years ago

Original comment by grahamr...@gmail.com on 21 Nov 2010 at 12:25