From 3ae6d65ca2707bca35b6be0e2cb5f44409e8927a Mon Sep 17 00:00:00 2001 From: Suheb <39208279+saubyk@users.noreply.github.com> Date: Sun, 19 Jul 2026 13:35:34 -0700 Subject: [PATCH] Update rtlreviewbot.yml Updated the timeout limit to 20 minutes --- .github/workflows/rtlreviewbot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rtlreviewbot.yml b/.github/workflows/rtlreviewbot.yml index c0a45932..b54eeeea 100644 --- a/.github/workflows/rtlreviewbot.yml +++ b/.github/workflows/rtlreviewbot.yml @@ -13,7 +13,7 @@ review: if: ${{ github.event_name != 'issue_comment' || github.event.issue.pull_request != null }} runs-on: ubuntu-latest - timeout-minutes: 15 + timeout-minutes: 20 steps: - uses: Ride-The-Lightning/rtlreviewbot-action@main with: