How can I set framework timeout in C#- MSTest?
Hello Tim,
You can manually set the CommandTimeout
in your repository on your context object like:
this.context.CommandTimeout = 180;
How can I set framework timeout in C#- MSTest?
Hello Tim,
You can manually set the CommandTimeout
in your repository on your context object like:
this.context.CommandTimeout = 180;