Skip to content

Commit 7e7c12a

Browse files
chore: Increase timeout for CodeBuild CI (#729)
1 parent 311b8f7 commit 7e7c12a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_codebuild-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
with:
3939
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
4040
aws-region: us-west-2
41-
role-duration-seconds: 3600
41+
role-duration-seconds: 4200
4242
- name: Run python-${{ matrix.python.python_version }} ${{ matrix.codebuild_file_name }}
4343
uses: aws-actions/aws-codebuild-run-build@v1
44-
timeout-minutes: 60
44+
timeout-minutes: 70
4545
with:
4646
project-name: python-esdk
4747
buildspec-override: codebuild/py${{ matrix.python.python_version }}/${{ matrix.codebuild_file_name }}

0 commit comments

Comments
 (0)