How to set framework timeout in C# NUnit?
Hey Helen,
You can manually set the CommandTimeout in your repository on your context object like:
this.context.CommandTimeout = 180;
How to set framework timeout in C# NUnit?
Hey Helen,
You can manually set the CommandTimeout in your repository on your context object like:
this.context.CommandTimeout = 180;