The TestFixtureAttribute takes a timeout parameter, which is by default 10 minutes.
 
[TestFixture(TimeOut = 20)]
public class MyFixture { ... }

 
On 6/22/06, Ranji <[EMAIL PROTECTED]> wrote:

Folks -

It looks like some of my tests which typically take about 15-20 mins to
run in JUnit are automatically timing out after 601s (10 mins) in
MbUnit. Am I missing something that precludes me from continuing
execution after the magic limit of 10 mins - some setting maybe?

Cheers

Ranji



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "MbUnit.User" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/MbUnitUser
-~----------~----~----~----~------~----~------~--~---

Reply via email to