Skip to content

Commit

Permalink
settimeout 20 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoto7250 committed Jun 16, 2024
1 parent e46468d commit 2846bee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
format:
name: Format
runs-on: ubuntu-latest
timeout-minutes: 10
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
- name: Cargo fmt
Expand All @@ -30,7 +30,7 @@ jobs:
lint:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 10
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
- name: Cache cargo registry
Expand All @@ -56,7 +56,7 @@ jobs:
unit_tests:
name: Unit Tests
runs-on: ${{ matrix.os }}
timeout-minutes: 10
timeout-minutes: 20
env:
# For some builds, we use cross to test on 32-bit and big-endian
# systems.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
permissions:
contents: write
timeout-minutes: 10
timeout-minutes: 20
outputs:
zhobo_version: ${{ env.ZHOBO_VERSION }}
env:
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
cargo-publish:
name: Cargo publish
runs-on: ubuntu-latest
timeout-minutes: 10
timeout-minutes: 20
needs: release
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2846bee

Please sign in to comment.