Skip to content

Commit 848f171

Browse files
chore: Update CHANGELOG for v4.0.2 (#763)
- Extend supported `MPL`_ versions to include `v1.11.0` - Update `CHANGELOG.rst` - Increase timeout for Codebuild CI and fix local mpl build Co-authored-by: Lucas McDonald <[email protected]>
1 parent b423f5c commit 848f171

26 files changed

+184
-156
lines changed

.github/workflows/ci_codebuild-tests.yml

Lines changed: 2 additions & 2 deletions
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: 4200
41+
role-duration-seconds: 7200
4242
- name: Run python-${{ matrix.python.python_version }} ${{ matrix.codebuild_file_name }}
4343
uses: aws-actions/aws-codebuild-run-build@v1
44-
timeout-minutes: 70
44+
timeout-minutes: 120
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)