@konplit-services/common 1.0.211 → 1.0.212
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -45,7 +45,7 @@ class ResponsePublisher {
|
|
|
45
45
|
* @param {number} timeout - The timeout duration to wait for a response
|
|
46
46
|
* @returns {Promise<any>} - Resolves with the reply data from the responding service
|
|
47
47
|
*/
|
|
48
|
-
request(data, timeout =
|
|
48
|
+
request(data, timeout = 1000 * 60 * 5) {
|
|
49
49
|
return __awaiter(this, void 0, void 0, function* () {
|
|
50
50
|
try {
|
|
51
51
|
// Send request and wait for the response
|