Skip to content

Commit 7e50ffe

Browse files
Aditi2424adishaa
andauthored
Increase session duration for tests (#120)
* Increase session duration for tests * Fix Integ Test security token expired * Increase session duration --------- Co-authored-by: adishaa <[email protected]>
1 parent 664be9d commit 7e50ffe

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

.github/workflows/codebuild-ci.yml

Lines changed: 2 additions & 2 deletions
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:
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
7676
aws-region: us-west-2
77-
role-duration-seconds: 3600
77+
role-duration-seconds: 14400
7878
- name: Run Integration Tests in Python ${{ matrix.python-version }}
7979
uses: aws-actions/aws-codebuild-run-build@v1
8080
with:

test/integration_tests/cli/test_cli_custom_fsx_inference.py renamed to test/integration_tests/inference/cli/test_cli_custom_fsx_inference.py

File renamed without changes.

test/integration_tests/cli/test_cli_custom_s3_inference.py renamed to test/integration_tests/inference/cli/test_cli_custom_s3_inference.py

File renamed without changes.

test/integration_tests/sdk/test_sdk_custom_fsx_inference.py renamed to test/integration_tests/inference/sdk/test_sdk_custom_fsx_inference.py

File renamed without changes.

test/integration_tests/sdk/test_sdk_custom_s3_inference.py renamed to test/integration_tests/inference/sdk/test_sdk_custom_s3_inference.py

File renamed without changes.

0 commit comments

Comments
 (0)