The decorator is called [Timeout] in v3. In v3.0.5 the default fixture timeout is 10 minutes; in v3.0.6 it is unbounded but the default test case timeout is 10 minutes instead (so you put the attribute on the test method instead usually).
Also new to v3.0.6 is the [assembly: DefaultTestCaseTimeout] attribute. Jeff On Feb 10, 2009, at 8:12 AM, Bill <[email protected]> wrote: > > My tests are timing out after 600 seconds, ideally I'd like not to > have a time out at all but even trying to set a long one like so: > > [TestFixture(TimeOut = 720)] > > Results in: 'MbUnit.Framework.TestFixtureAttribute' does not > contain > a definition for 'TimeOut' > > I'm using quite a lot of other test decorators without issue, this is > on gallio/mbunit version 3.0.5.546 > > Thanks. > > --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
