We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 311b8f7 commit 7e7c12aCopy full SHA for 7e7c12a
.github/workflows/ci_codebuild-tests.yml
@@ -38,10 +38,10 @@ jobs:
38
with:
39
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
40
aws-region: us-west-2
41
- role-duration-seconds: 3600
+ role-duration-seconds: 4200
42
- name: Run python-${{ matrix.python.python_version }} ${{ matrix.codebuild_file_name }}
43
uses: aws-actions/aws-codebuild-run-build@v1
44
- timeout-minutes: 60
+ timeout-minutes: 70
45
46
project-name: python-esdk
47
buildspec-override: codebuild/py${{ matrix.python.python_version }}/${{ matrix.codebuild_file_name }}
0 commit comments