ci: increase prover fmt timeout (#1589)

This commit is contained in:
Morty
2025-01-25 01:00:34 +08:00
committed by GitHub
parent a6f2457040
commit dfdb2ecf07

View File

@@ -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