How can I adjust the CommandTImeout in DbFit for long running queries?
Posted
by Ben Farmer
on Stack Overflow
See other posts from Stack Overflow
or by Ben Farmer
Published on 2010-05-19T18:57:25Z
Indexed on
2010/05/19
19:00 UTC
Read the original article
Hit count: 388
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.
© Stack Overflow or respective owner