Skip to content

Commit 1defce9

Browse files
committed
increase app router timeout
1 parent c3f239f commit 1defce9

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

mta-multi-tenant.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ modules:
8181
url: ~{srv-url}
8282
forwardAuthToken: true
8383
strictSSL: true
84+
timeout: 600000
8485
- name: bookshop-mt-uaa
8586
provides:
8687
- name: app-api

mta-single-tenant.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ modules:
6262
url: ~{srv-url}
6363
forwardAuthToken: true
6464
strictSSL: true
65+
timeout: 600000
6566
- name: bookshop-uaa
6667
provides:
6768
- name: app-api

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<xsuaa.version>3.5.3</xsuaa.version>
2929
<cf-java-logging-support.version>3.8.4</cf-java-logging-support.version>
3030
<cds.cdsdk-version>8.4.0</cds.cdsdk-version>
31-
<cds-feature-attachments.version>1.0.4</cds-feature-attachments.version>
31+
<cds-feature-attachments.version>1.0.5-SNAPSHOT</cds-feature-attachments.version>
3232
</properties>
3333

3434
<modules>

0 commit comments

Comments
 (0)