This particular request is for making setConnectTimeout configurable.
Under some type of scenarios, it is required to increase its default value of 30000 in order to give enough to time to establish the connection between the Agent and the Controller and avoid a `SocketTimeoutException: connect timed out`.
Use case example: When an agent requires some type of initialization process before being operative.