Skip to content

Commit 11c995e

Browse files
nchamoaztec-bot
authored andcommitted
fix(ci): move CLI acceptance test timeout from job to step (#23205)
1 parent 072c87d commit 11c995e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/aztec-cli-acceptance-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
(github.event_name == 'workflow_run'
2525
&& github.event.workflow_run.conclusion == 'success'
2626
&& !contains(github.event.workflow_run.head_branch, '-commit.'))
27-
timeout-minutes: 30
2827
env:
2928
VERSION: ${{ github.event.inputs.version || github.event.workflow_run.head_branch }}
3029
steps:
@@ -41,6 +40,7 @@ jobs:
4140
node-version: 22
4241

4342
- name: Run Aztec CLI acceptance test
43+
timeout-minutes: 30
4444
run: ./aztec-up/test/aztec-cli-acceptance-test/run-test.sh
4545

4646
- name: Notify Slack on success

0 commit comments

Comments
 (0)