Skip to content

Commit

Permalink
[doc] update default build timeout to 10-minute
Browse files Browse the repository at this point in the history
  • Loading branch information
ryenus authored and Roger Ye committed Dec 2, 2022
1 parent ffc9a83 commit d1e1a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ If the `supported-platforms` build parameter is not used, the module is packaged
You can use these values or any combination of these values for the `supported-platforms` build parameter: <ul><li>`CF` for the SAP Cloud Platform Cloud Foundry environment <li>`NEO` for the SAP Cloud Platform Neo environment <li>`XSA` for the SAP HANA XS advanced model

#### Configuring timeout sessions
When you build a specific module, there is a default 5-minute timeout allowance. After this time, the build will fail. You can configure the time allowed for timeout when performing a build by adding the `timeout` property to the module build parameters. The timeout property uses the `<number of hours>h<number of minutes>m<number of seconds>s` format.
When you build a specific module, there is a default 10-minute timeout allowance. After this time, the build will fail. You can configure the time allowed for timeout when performing a build by adding the `timeout` property to the module build parameters. The timeout property uses the `<number of hours>h<number of minutes>m<number of seconds>s` format.
<br>

For example:
Expand Down

0 comments on commit d1e1a0d

Please sign in to comment.