Skip to content

Commit dfdb2ec

Browse files
authored
ci: increase prover fmt timeout (#1589)
1 parent a6f2457 commit dfdb2ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prover.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
github.event.pull_request.draft == false &&
4444
(github.event.action == 'ready_for_review' || needs.skip_check.outputs.should_skip != 'true')
4545
runs-on: ubuntu-latest
46-
timeout-minutes: 5
46+
timeout-minutes: 15
4747
steps:
4848
- uses: actions/checkout@v4
4949
- uses: dtolnay/rust-toolchain@master

0 commit comments

Comments
 (0)