How to set framework timeout in C# xUnit?

How to set framework timeout in C# xUnit?

Hello Helen,

You can manually set the CommandTimeout in your repository on your context object like:

this.context.CommandTimeout = 180;