@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: 15000,
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: 15000,
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: 15000,
278
+ timeout: 30000,
279
279
  headers: {
280
280
  [this.apiKeyHeader]: this.apiKey,
281
281
  "Content-Type": "application/json",
package/package-lock.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plusscommunities/pluss-maintenance-aws-forms",
3
- "version": "2.1.12",
3
+ "version": "2.1.13",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plusscommunities/pluss-maintenance-aws-forms",
3
- "version": "2.1.12",
3
+ "version": "2.1.13",
4
4
  "description": "Extension package to enable maintenance on Pluss Communities Platform",
5
5
  "scripts": {
6
6
  "gc": "node ../../tools/gc ./",