I forgot to add the timeout parameter to the Artifactory class in my previous pull request. It was only added to the ArtifactoryObject constructor. As a result, we can't initialize an Artifactory instance with a timeout, and it must be set on the artifactory attribute after initialization. This PR adds the timeout parameter to the Artifactory init function, and the timeout should now be usable as described in the documentation.
sorry for the mistake.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
[X] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update
How has it been tested ?
Please describe the tests that you ran to verify your changes. Please also list any relevant details for your test configuration
Description
I forgot to add the timeout parameter to the Artifactory class in my previous pull request. It was only added to the ArtifactoryObject constructor. As a result, we can't initialize an Artifactory instance with a timeout, and it must be set on the artifactory attribute after initialization. This PR adds the timeout parameter to the Artifactory init function, and the timeout should now be usable as described in the documentation.
sorry for the mistake.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How has it been tested ?
Please describe the tests that you ran to verify your changes. Please also list any relevant details for your test configuration
No new unit test.
Checklist: