Skip to content

Commit 2e0dceb

Browse files
authored
Increase role timeout for JDK11 and Windows builds (#3624)
1 parent a860798 commit 2e0dceb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codebuild-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
with:
6060
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
6161
aws-region: us-west-2
62+
role-duration-seconds: 7200
6263
- name: Run JDK8 windows build
6364
uses: aws-actions/aws-codebuild-run-build@v1
6465
with:
@@ -71,6 +72,7 @@ jobs:
7172
with:
7273
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
7374
aws-region: us-west-2
75+
role-duration-seconds: 7200
7476
- name: Run native image test
7577
uses: aws-actions/aws-codebuild-run-build@v1
7678
with:

0 commit comments

Comments
 (0)