You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TestTimeout enum allows to specify an infinite time that will be used by the TimeoutAttribute. As the timeout attribute is optional, we fail to see why we would want to allow user to specify an infinite timeout when they can simply define no timeout.