Skip to content

Commit d0b83e7

Browse files
committed
Increase PR review workflow timeout
1 parent 339f1ed commit d0b83e7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/general-pr-review.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
github_token: ${{ secrets.GITHUB_TOKEN }}
2727
pr_number: ${{ github.event.pull_request.number }}
2828
review_prompt: general
29-
timeout-minutes: 10
29+
timeout-minutes: 15

.github/workflows/pr-review.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
github_token: ${{ secrets.GITHUB_TOKEN }}
3333
pr_number: ${{ github.event.pull_request.number }}
3434
review_prompt: ${{ inputs.review_prompt || 'connector' }}
35-
timeout-minutes: 10
35+
timeout-minutes: 15

0 commit comments

Comments
 (0)