How to check my framework timeout in Pytest?

How to check my framework timeout in Pytest?

Hey Emma,

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.

public int? CommandTimeout { get; set; }