We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07af8f9 commit 5e856bdCopy full SHA for 5e856bd
1 file changed
.github/workflows/pull-request-build.yml
@@ -27,7 +27,7 @@ jobs:
27
role-to-assume: ${{secrets.PR_WORKFLOW_IAM_ROLE_ARN}}
28
role-session-name: PullRequestBuildGitHubAction
29
aws-region: us-west-2
30
- role-duration-seconds: 7200 # 2 hours
+ role-duration-seconds: 10800 # 3 hrs
31
- name: Download Build Script
32
run: |
33
aws s3 cp s3://aws-sdk-builds-github-assets-prod-us-west-2/$SCRIPT_LOCATION ./$DOWNLOAD_FOLDER/$SCRIPT_LOCATION --no-progress
0 commit comments