Is there any way to increase the CommandTimeout for DbFit queries? I have a long running stored procedure that times out when running it in a DbFit Test.

It's possible for the procedure to run for a really long time (processing millions of records) and would like to have DbFit wait until it's completed, even if it takes several minutes.

We are using the latest version of FitSharp (downloaded it yesterday) and use the version of DbFit that is included with FitSharp.

link|improve this question

75% accept rate
feedback

1 Answer

up vote 2 down vote accepted

In the next release there will be a commandtimeout option:

|set option|command timeout|900|

http://github.com/jediwhale/fitsharp/issues#issue/52

link|improve this answer
Awesome! Thanks! – Ben Farmer Jul 29 '10 at 12:19
I love Fit/FitNesse/Slim – Josh Jul 29 '10 at 12:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.