Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以增加 DbFit 查询的 CommandTimeout 吗?我有一个长时间运行的存储过程,在 DbFit 测试中运行它时会超时。
该过程可能会运行很长时间(处理数百万条记录),并且希望 DbFit 等到它完成,即使它需要几分钟。
我们正在使用最新版本的 FitSharp(昨天下载)并使用 FitSharp 附带的 DbFit 版本。
在下一个版本中将有一个 commandtimeout 选项:
|设置选项|命令超时|900|
http://github.com/jediwhale/fitsharp/issues#issue/52