Using Serenity, how can I check my framework timeout?

How can I check my framework timeout in Serenity?

Hello Tim,

To set the gets or sets 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 code:

public int? CommandTimeout { get; set; }