We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aa6a26 commit d8b6517Copy full SHA for d8b6517
.github/workflows/ci_codebuild-tests.yml
@@ -41,7 +41,7 @@ jobs:
41
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: 65
+ timeout-minutes: 70
45
with:
46
project-name: python-esdk
47
buildspec-override: codebuild/py${{ matrix.python.python_version }}/${{ matrix.codebuild_file_name }}
0 commit comments