Skip to content

Commit ccc46b8

Browse files
authored
Increase regression timeout
1 parent 644e924 commit ccc46b8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release_branches.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,19 +478,21 @@ jobs:
478478
secrets: inherit
479479
with:
480480
runner_type: altinity-on-demand, altinity-type-cpx51, altinity-image-x86-app-docker-ce, altinity-setup-regression
481-
commit: 4bce3c2c1477543bb67c9a719282c11d66ba17d9
481+
commit: 634042960dd157489199ca0f9d028c7fd1e6adb0
482482
arch: release
483483
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
484+
timeout_minutes: 300
484485
RegressionTestsAarch64:
485486
needs: [BuilderDebAarch64]
486487
if: ${{ !failure() && !cancelled() }}
487488
uses: ./.github/workflows/regression.yml
488489
secrets: inherit
489490
with:
490491
runner_type: altinity-on-demand, altinity-type-cax41, altinity-image-arm-app-docker-ce, altinity-setup-regression
491-
commit: 4bce3c2c1477543bb67c9a719282c11d66ba17d9
492+
commit: 634042960dd157489199ca0f9d028c7fd1e6adb0
492493
arch: aarch64
493494
build_sha: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
495+
timeout_minutes: 300
494496
SignRelease:
495497
needs: [RunConfig, BuilderDebRelease]
496498
if: ${{ !failure() && !cancelled() }}

0 commit comments

Comments
 (0)