Skip to content

Commit ea8db87

Browse files
committed
Increase session duration
1 parent 009c25a commit ea8db87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codebuild-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
5757
aws-region: us-west-2
58-
role-duration-seconds: 3600
58+
role-duration-seconds: 14400
5959
- name: Run Unit Tests in Python ${{ matrix.python-version }}
6060
uses: aws-actions/aws-codebuild-run-build@v1
6161
with:

0 commit comments

Comments
 (0)