Skip to content

Commit

Permalink
ci: double the timeout duration
Browse files Browse the repository at this point in the history
Signed-off-by: jiaxiao zhou <[email protected]>
  • Loading branch information
Mossaka committed Oct 30, 2023
1 parent 5788ced commit a9a2927
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 a9a2927

Please sign in to comment.