diff --git a/.github/workflows/pull-request-build-yml b/.github/workflows/pull-request-build.yml similarity index 95% rename from .github/workflows/pull-request-build-yml rename to .github/workflows/pull-request-build.yml index 61d3b1076543..e74f78335947 100644 --- a/.github/workflows/pull-request-build-yml +++ b/.github/workflows/pull-request-build.yml @@ -29,6 +29,7 @@ jobs: role-to-assume: ${{ env.IAM_ROLE_ARN }} role-session-name: PullRequestBuildGitHubAction aws-region: us-west-2 + role-duration-seconds: 7200 - 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 @@ -42,4 +43,4 @@ jobs: --branch "${{ github.event.pull_request.head.ref }}" \ --pr-number "${{ github.event.pull_request.number }}" \ --run-id "${{ github.run_id }}" - timeout-minutes: 510 # 8.5 hours \ No newline at end of file + timeout-minutes: 120 # 2 hours \ No newline at end of file