Skip to content

Commit 5e856bd

Browse files
authored
Increase PR workflow duration to 3 hrs (#6883)
* Increase PR workflow duration to 2.5 hrs * Increase PR workflow duration to 3 hrs
1 parent 07af8f9 commit 5e856bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull-request-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
role-to-assume: ${{secrets.PR_WORKFLOW_IAM_ROLE_ARN}}
2828
role-session-name: PullRequestBuildGitHubAction
2929
aws-region: us-west-2
30-
role-duration-seconds: 7200 # 2 hours
30+
role-duration-seconds: 10800 # 3 hrs
3131
- name: Download Build Script
3232
run: |
3333
aws s3 cp s3://aws-sdk-builds-github-assets-prod-us-west-2/$SCRIPT_LOCATION ./$DOWNLOAD_FOLDER/$SCRIPT_LOCATION --no-progress

0 commit comments

Comments
 (0)