diff --git a/Packs/DemistoRESTAPI/Integrations/CoreRESTAPI/CoreRESTAPI.js b/Packs/DemistoRESTAPI/Integrations/CoreRESTAPI/CoreRESTAPI.js index c06701c76fdb..beede75f20da 100644 --- a/Packs/DemistoRESTAPI/Integrations/CoreRESTAPI/CoreRESTAPI.js +++ b/Packs/DemistoRESTAPI/Integrations/CoreRESTAPI/CoreRESTAPI.js @@ -123,7 +123,7 @@ sendMultipart = function (uri, entryID, body) { 'file' ); tries++; - } while (tries < 3 && res.Status.startsWith('timeout while waiting for answer')); + } while (tries < 3 && res.Status.startsWith('timeout')); logDebug("Ran httpMultipart() " + tries + " time(s)") if (res.StatusCode < 200 || res.StatusCode >= 300) { diff --git a/Packs/DemistoRESTAPI/ReleaseNotes/1_3_58.md b/Packs/DemistoRESTAPI/ReleaseNotes/1_3_58.md new file mode 100644 index 000000000000..2238d2aced72 --- /dev/null +++ b/Packs/DemistoRESTAPI/ReleaseNotes/1_3_58.md @@ -0,0 +1,6 @@ + +#### Integrations + +##### Core REST API + +- Fixed an issue where the `core-api-install-packs` command reached a timeout when installing large packs. diff --git a/Packs/DemistoRESTAPI/pack_metadata.json b/Packs/DemistoRESTAPI/pack_metadata.json index 7e1dcb108231..40132a42afc8 100644 --- a/Packs/DemistoRESTAPI/pack_metadata.json +++ b/Packs/DemistoRESTAPI/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Cortex REST API", "description": "Use Demisto REST APIs", "support": "xsoar", - "currentVersion": "1.3.57", + "currentVersion": "1.3.58", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "",