Skip to content

Commit

Permalink
Update the session duration to 5 hrs for github actions (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydeokar authored Sep 7, 2023
1 parent 7e61c86 commit 55936d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-conformance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
role-to-assume: ${{ secrets.OSS_ROLE_ARN }}
aws-region: ${{ secrets.AWS_DEFAULT_REGION }}
role-duration-seconds: 14400
role-duration-seconds: 18000 # 5 hours
- name: Run e2e conformance test
env:
RUN_CONFORMANCE_TESTS: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/performance-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
role-to-assume: ${{ secrets.OSS_ROLE_ARN }}
aws-region: ${{ secrets.AWS_DEFAULT_REGION }}
role-duration-seconds: 14400
role-duration-seconds: 18000 # 5 hours
- name: Run performance tests
env:
RUN_PERFORMANCE_TESTS: true
Expand Down

0 comments on commit 55936d4

Please sign in to comment.