Skip to content

Commit 7aba175

Browse files
authored
chore(ci): limit unit test duration to 45minutes (#6622)
1 parent d4d7634 commit 7aba175

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ env:
4343
jobs:
4444
tests-release:
4545
runs-on: ubuntu-24.04-arm
46+
timeout-minutes: 45
4647
# Run the job only if the PR is not a draft.
4748
# This is done to limit the runner cost.
4849
if: github.event.pull_request.draft == false

0 commit comments

Comments
 (0)