Skip to content

Commit

Permalink
ci: update workflow prover fmt timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
yiweichi committed Jan 6, 2025
1 parent 45b23ed commit b1ee955
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/prover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- staging
- develop
- alpha
- fix-ci-prover-fmt-timeout
paths:
- 'prover/**'
- '.github/workflows/prover.yml'
Expand Down Expand Up @@ -43,7 +44,7 @@ jobs:
github.event.pull_request.draft == false &&
(github.event.action == 'ready_for_review' || needs.skip_check.outputs.should_skip != 'true')
runs-on: ubuntu-latest
timeout-minutes: 5
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit b1ee955

Please sign in to comment.