Skip to content

Commit

Permalink
chore(ci): update build timeout to 60min
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Oct 8, 2023
1 parent 30608cc commit f0176fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "sha=$(git rev-parse --verify HEAD)" > $GITHUB_OUTPUT
- name: Build Release
uses: ./.github/actions/build_linux
timeout-minutes: 30
timeout-minutes: 60
with:
sha: ${{ steps.sha.outputs.sha }}
target: x86_64-unknown-linux-gnu
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reuse.linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
# fetch all tags, metasrv and metaclient need tag as its version.
fetch-depth: 0
- uses: ./.github/actions/build_linux
timeout-minutes: 30
timeout-minutes: 60
with:
sha: ${{ github.sha }}
target: ${{ matrix.arch }}-unknown-linux-${{ matrix.libc }}
Expand All @@ -87,7 +87,7 @@ jobs:
# fetch all tags, metasrv and metaclient need tag as its version.
fetch-depth: 0
- uses: ./.github/actions/build_linux
timeout-minutes: 30
timeout-minutes: 60
with:
sha: ${{ github.sha }}
target: ${{ matrix.arch }}-unknown-linux-${{ matrix.libc }}
Expand Down

0 comments on commit f0176fc

Please sign in to comment.