|
36 | 36 | setup: |
37 | 37 | name: Setup |
38 | 38 | runs-on: ubuntu-latest |
39 | | - timeout-minutes: 2 # 2022-12-20: Seems like it should be fast. |
| 39 | + timeout-minutes: 2 # 2025-11-20: Takes a few seconds. |
40 | 40 | outputs: |
41 | 41 | upgrade_check: ${{ steps.upgrade_check.outputs.id }} |
42 | 42 | wpcom_filename_check: ${{ steps.wpcom_filename_check.outputs.id }} |
|
83 | 83 | runs-on: ubuntu-latest |
84 | 84 | needs: setup |
85 | 85 | if: github.event.workflow_run.conclusion != 'success' |
86 | | - timeout-minutes: 2 # 2022-08-26: Seems like it should be fast. |
| 86 | + timeout-minutes: 2 # 2025-11-20: Seems like it should be fast. |
87 | 87 | steps: |
88 | 88 | - uses: actions/checkout@v5 |
89 | 89 |
|
@@ -123,7 +123,7 @@ jobs: |
123 | 123 | runs-on: ubuntu-latest |
124 | 124 | needs: setup |
125 | 125 | if: github.event.workflow_run.conclusion == 'success' |
126 | | - timeout-minutes: 2 # 2022-08-26: Seems like it should be fast. |
| 126 | + timeout-minutes: 2 # 2025-11-20: Takes a few seconds. |
127 | 127 | outputs: |
128 | 128 | zip_url: ${{ steps.run.outputs.zip_url }} |
129 | 129 | any_plugins: ${{ steps.run.outputs.any_plugins }} |
@@ -199,7 +199,7 @@ jobs: |
199 | 199 | runs-on: ubuntu-latest |
200 | 200 | needs: [ setup, find_artifact ] |
201 | 201 | if: needs.find_artifact.outputs.any_plugins == 'false' |
202 | | - timeout-minutes: 2 # 2022-08-26: Seems like it should be fast. |
| 202 | + timeout-minutes: 2 # 2025-11-20: Takes a few seconds. |
203 | 203 | steps: |
204 | 204 | - uses: actions/checkout@v5 |
205 | 205 |
|
@@ -241,7 +241,7 @@ jobs: |
241 | 241 | if: needs.find_artifact.outputs.any_plugins == 'true' |
242 | 242 | outputs: |
243 | 243 | matrix: ${{ steps.matrix.outputs.matrix }} |
244 | | - timeout-minutes: 5 # 2025-03-13: Should be just a few seconds. |
| 244 | + timeout-minutes: 5 # 2025-11-20: Takes a few seconds. |
245 | 245 |
|
246 | 246 | steps: |
247 | 247 | - uses: actions/checkout@v5 |
@@ -302,7 +302,7 @@ jobs: |
302 | 302 | runs-on: ubuntu-latest |
303 | 303 | needs: [ setup, find_artifact, prepare_upgrade_test ] |
304 | 304 | if: needs.find_artifact.outputs.any_plugins == 'true' |
305 | | - timeout-minutes: 15 # 2025-11-06: Successful runs seem to take about 3 minutes, but give some extra time for the downloads. |
| 305 | + timeout-minutes: 15 # 2025-11-20: Successful runs seem to take about 2 minutes, but give some extra time for the downloads. |
306 | 306 | strategy: |
307 | 307 | fail-fast: false |
308 | 308 | matrix: |
@@ -380,7 +380,7 @@ jobs: |
380 | 380 | runs-on: ubuntu-latest |
381 | 381 | needs: [ setup, find_artifact, upgrade_test ] |
382 | 382 | if: always() && needs.find_artifact.outputs.any_plugins == 'true' |
383 | | - timeout-minutes: 5 # 2025-03-13: Should be just a few seconds. |
| 383 | + timeout-minutes: 5 # 2025-11-20: Takes a few seconds. |
384 | 384 |
|
385 | 385 | steps: |
386 | 386 | - uses: actions/checkout@v5 |
@@ -412,7 +412,7 @@ jobs: |
412 | 412 | runs-on: ubuntu-latest |
413 | 413 | needs: [ setup, find_artifact ] |
414 | 414 | if: needs.find_artifact.outputs.any_plugins == 'true' |
415 | | - timeout-minutes: 15 # 2025-03-03: Guess. Leave time for the downloads. |
| 415 | + timeout-minutes: 15 # 2025-11-20: Less than a minute, but leave time for the downloads. |
416 | 416 | steps: |
417 | 417 | - uses: actions/checkout@v5 |
418 | 418 | with: |
|
0 commit comments