Skip to content

Commit

Permalink
Merge branch 'fix-ci-prover-fmt-timeout' into feat-prover-integrate-p…
Browse files Browse the repository at this point in the history
…roving-sdk
  • Loading branch information
yiweichi authored Jan 6, 2025
2 parents 5d58a35 + b1ee955 commit 4c4495d
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 4c4495d

Please # to comment.