How to check my framework timeout in SpecFlow?

How can I check my framework timeout in SpecFlow?

Hello Tim,

To get or set the timeout value, in seconds, for all object context operations, a null value indicates that the default value of the underlying provider will be used. Here is the command used in SpecFlow:

public int? CommandTimeout { get; set; }