Skip to content

Commit 8e6c880

Browse files
committed
Bump GitHub action job timeout
Recently, we've seen jobs exceeding the 30 minutes timeout causing the jobs to be cancelled after 30 minutes.
1 parent a9e972f commit 8e6c880

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-make-target.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
test:
2626
name: ${{ inputs.plugin }} (${{ inputs.make_target }})
2727
runs-on: ubuntu-latest
28-
timeout-minutes: 30
28+
timeout-minutes: 60
2929
steps:
3030
- name: CHECKOUT REPOSITORY
3131
uses: actions/checkout@v4

.github/workflows/test-make.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- '1.17'
2828
# @todo Add macOS and Windows.
2929
runs-on: ubuntu-latest
30-
timeout-minutes: 30
30+
timeout-minutes: 60
3131
steps:
3232
- name: CHECKOUT REPOSITORY
3333
uses: actions/checkout@v4

0 commit comments

Comments
 (0)