From aeee135d0ce02f75d1b78de5793047cd0cde8f42 Mon Sep 17 00:00:00 2001 From: David Ho Date: Tue, 21 Apr 2026 15:21:05 -0700 Subject: [PATCH 1/2] Increase PR workflow duration to 2.5 hrs --- .github/workflows/pull-request-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-build.yml b/.github/workflows/pull-request-build.yml index a82616b3fa32..5d400b860382 100644 --- a/.github/workflows/pull-request-build.yml +++ b/.github/workflows/pull-request-build.yml @@ -27,7 +27,7 @@ jobs: role-to-assume: ${{secrets.PR_WORKFLOW_IAM_ROLE_ARN}} role-session-name: PullRequestBuildGitHubAction aws-region: us-west-2 - role-duration-seconds: 7200 # 2 hours + role-duration-seconds: 9000 # 2.5 hours - name: Download Build Script run: | aws s3 cp s3://aws-sdk-builds-github-assets-prod-us-west-2/$SCRIPT_LOCATION ./$DOWNLOAD_FOLDER/$SCRIPT_LOCATION --no-progress From 61508a85e223ceadce7e71e3f4113e1ba6c88d68 Mon Sep 17 00:00:00 2001 From: David Ho Date: Tue, 21 Apr 2026 19:31:44 -0700 Subject: [PATCH 2/2] Increase PR workflow duration to 3 hrs --- .github/workflows/pull-request-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-build.yml b/.github/workflows/pull-request-build.yml index 5d400b860382..3e4674604078 100644 --- a/.github/workflows/pull-request-build.yml +++ b/.github/workflows/pull-request-build.yml @@ -27,7 +27,7 @@ jobs: role-to-assume: ${{secrets.PR_WORKFLOW_IAM_ROLE_ARN}} role-session-name: PullRequestBuildGitHubAction aws-region: us-west-2 - role-duration-seconds: 9000 # 2.5 hours + role-duration-seconds: 10800 # 3 hrs - name: Download Build Script run: | aws s3 cp s3://aws-sdk-builds-github-assets-prod-us-west-2/$SCRIPT_LOCATION ./$DOWNLOAD_FOLDER/$SCRIPT_LOCATION --no-progress