We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e972f commit 8e6c880Copy full SHA for 8e6c880
.github/workflows/test-make-target.yaml
@@ -25,7 +25,7 @@ jobs:
25
test:
26
name: ${{ inputs.plugin }} (${{ inputs.make_target }})
27
runs-on: ubuntu-latest
28
- timeout-minutes: 30
+ timeout-minutes: 60
29
steps:
30
- name: CHECKOUT REPOSITORY
31
uses: actions/checkout@v4
.github/workflows/test-make.yaml
@@ -27,7 +27,7 @@ jobs:
- '1.17'
# @todo Add macOS and Windows.
32
33
0 commit comments