I see what I was doing wrong, there are potentially 3 places to set the timeout value when using DynamicTestFactory and I was only setting 2 of them. Thanks for your help.
Is there a way of skipping tests when using DynamicTestFactory if one of the initial tests has a catastrophic error? Thanks for you help. On Fri, Dec 5, 2008 at 8:09 AM, j jones <[EMAIL PROTECTED]> wrote: > Hi Jeff, > > Thanks for the fast response. That did not work, I am using gallio.echo > version 3.0.5 build 572, it states that the default is unlimit time and even > if I set it to something else, it still times out after 10 minutes. > > I am using DynamicTestFactory with 100s of tests. > > On Thu, Dec 4, 2008 at 8:19 PM, <[EMAIL PROTECTED]> wrote: > >> >> Try setting timeout on the fixture too. It has a default of 10 minutes >> which impacts the total runtime of the tests within. >> -----Original Message----- >> From: "j jones" <[EMAIL PROTECTED]> >> Date: Thursday, Dec 4, 2008 11:51 am >> Subject: MbUnit Re: Gallio.Echo and DynamicTestFactory >> To: [EMAIL PROTECTED]: [email protected] >> >> >> Jeff, >> >> Thanks for the response, I was wondering if you where able to reproduce >> this problem? Also I noticed that if I set the TestSuite timeout to a value >> greater than 10 minutes, the tests will still timeout at 10 minutes. >> >> On Thu, Nov 27, 2008 at 5:01 PM, Jeff Brown <[EMAIL PROTECTED]> >> wrote: >> >> It should be pretty easy. I'm going to try to reproduce it then let you >> know. >> >> Jeff. >> >> -----Original Message----- >> From: [email protected] [mailto:[EMAIL PROTECTED] On >> Behalf Of jones >> Sent: Wednesday, November 26, 2008 9:51 AM >> To: MbUnit.User >> Subject: MbUnit Gallio.Echo and DynamicTestFactory >> >> >> Currently when I use Gallio.Echo with tests create using >> DynamicTestFactory, >> I do not see the individual tests that are being run output to the console >> window. Is it possible to do this? >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
