@plusscommunities/pluss-maintenance-aws-forms 2.1.12 → 2.1.13
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.
|
@@ -70,7 +70,7 @@ class ArchibusStrategy extends IntegrationStrategy {
|
|
|
70
70
|
(await axios({
|
|
71
71
|
method: "PUT",
|
|
72
72
|
url: `${this.baseUrl}/createWorkRequest`,
|
|
73
|
-
timeout:
|
|
73
|
+
timeout: 30000,
|
|
74
74
|
headers: {
|
|
75
75
|
[this.apiKeyHeader]: this.apiKey,
|
|
76
76
|
"Content-Type": "application/json",
|
|
@@ -144,7 +144,7 @@ class ArchibusStrategy extends IntegrationStrategy {
|
|
|
144
144
|
const response = await axios({
|
|
145
145
|
method: "GET",
|
|
146
146
|
url: `${this.baseUrl}/getWorkRequest/${externalId}`,
|
|
147
|
-
timeout:
|
|
147
|
+
timeout: 30000,
|
|
148
148
|
headers: {
|
|
149
149
|
[this.apiKeyHeader]: this.apiKey,
|
|
150
150
|
"Content-Type": "application/json",
|
|
@@ -275,7 +275,7 @@ class ArchibusStrategy extends IntegrationStrategy {
|
|
|
275
275
|
method: "POST",
|
|
276
276
|
url: `${this.baseUrl}/addCommentsToWRSteps`,
|
|
277
277
|
data: postData,
|
|
278
|
-
timeout:
|
|
278
|
+
timeout: 30000,
|
|
279
279
|
headers: {
|
|
280
280
|
[this.apiKeyHeader]: this.apiKey,
|
|
281
281
|
"Content-Type": "application/json",
|
package/package-lock.json
CHANGED
package/package.json
CHANGED