Commit 046a5fb
authored
[MPT-18998] Increased workflow timeout to 90 minutes (#228)
This pull request increases the build job timeout from 60 minutes to 90
minutes across several GitHub Actions workflow files. This change
ensures that longer-running builds have sufficient time to complete,
reducing the likelihood of jobs failing due to timeout.
**CI/CD workflow updates:**
* Increased the `timeout-minutes` value from 60 to 90 for the `build`
job in the following workflow files:
- `.github/workflows/cron-main-e2e.yml`
- `.github/workflows/pull-request.yml`
- `.github/workflows/push-release-branch.yml`
- `.github/workflows/release.yml`
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
Closes [MPT-18998](https://softwareone.atlassian.net/browse/MPT-18998)
- Increased GitHub Actions workflow `build` job timeout from 60 to 90
minutes across all workflow files
- Updated workflows:
- `.github/workflows/cron-main-e2e.yml`
- `.github/workflows/pull-request.yml`
- `.github/workflows/push-release-branch.yml`
- `.github/workflows/release.yml`
- Allows longer-running builds sufficient time to complete and reduces
job failures due to timeouts
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
[MPT-18998]:
https://softwareone.atlassian.net/browse/MPT-18998?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQFile tree
4 files changed
+4
-4
lines changed- .github/workflows
4 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments