Skip to content

Commit

Permalink
ci: increase prover fmt timeout (#1589)
Browse files Browse the repository at this point in the history
  • Loading branch information
yiweichi authored Jan 24, 2025
1 parent a6f2457 commit dfdb2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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: 15
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit dfdb2ec

Please sign in to comment.