From: Luca Boccassi Date: Sat, 11 Jul 2026 23:46:52 +0000 (+0100) Subject: Revert "claude-review: bump timeout from 60m to 120m" X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=627fae02275f5f980502ab6c7557ddf86338c280;p=thirdparty%2Fsystemd.git Revert "claude-review: bump timeout from 60m to 120m" This reverts commit 6f04b8e5717264c2547f1c3e764ba8b000c23d0c. --- diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index 455d0f7c2fe..1d7becbfa93 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -139,7 +139,7 @@ jobs: review: runs-on: ubuntu-latest needs: setup - timeout-minutes: 120 + timeout-minutes: 60 permissions: contents: read @@ -186,7 +186,6 @@ jobs: uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b with: role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/${{ secrets.AWS_ROLE_NAME }} - role-duration-seconds: 7200 role-session-name: GitHubActions-Claude-${{ github.run_id }} aws-region: us-east-1