mikepenz / xray-action

... a GitHub action to import test results into "Xray" - A complete Test Management tool for Jira.
Apache License 2.0
48 stars 18 forks source link

issues-845: added custom response timeout to control API request #868

Closed AndrewFisher093 closed 3 months ago

AndrewFisher093 commented 3 months ago

hey @mikepenz, please have a look into these changes

  1. Added custom timeout (not required) that can be set from GH Actions to fix the issue https://github.com/mikepenz/xray-action/issues/845
  2. Some of the XML files can have 500-1000 tests in them and XRay cloud takes time to respond, our framework has 40+ rejected API requests per night due to timeout in 60 seconds.

Example of importing XML file directly to XRay cloud from Postman(there is no default timeout defined in Postman) xray-import-1minute

mikepenz commented 3 months ago

Thank you very much for this PR!

mikepenz commented 3 months ago

Thank you very much for the contribution. It's available now via v3.1.0 or v3