How to set framework timeout in C#- MSTest?

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;