Skip to content

Commit

Permalink
Merge pull request #372 from Mossaka/double-timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Mossaka authored Oct 31, 2023
2 parents 4037b4f + a9a2927 commit f3bc0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
shell: bash
run: echo "OPT_PROFILE=release" >> ${GITHUB_ENV}
- name: Build
timeout-minutes: 10
timeout-minutes: 20
run: make build-${{ needs.generate.outputs.runtime }}
- name: Test
if: ${{ matrix.arch == 'x86_64' }}
Expand Down

0 comments on commit f3bc0c4

Please sign in to comment.