Currently the Jira timeout settings are not set in JiraClient::exec(). So the requests can take very long. Since the default is set to 30 seconds. In my case I am injecting this configuration values to \JiraRestApi\Configuration\ArrayConfiguration::__construct(). This PR improves this.
Currently the Jira timeout settings are not set in
JiraClient::exec()
. So the requests can take very long. Since the default is set to 30 seconds. In my case I am injecting this configuration values to\JiraRestApi\Configuration\ArrayConfiguration::__construct()
. This PR improves this.