diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index d8d8828b92..fef92aa5fd 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -34,7 +34,7 @@ jobs: uses: aws-actions/configure-aws-credentials@v1 with: role-to-assume: ${{ secrets.OSS_TEST_ROLE_ARN }} - role-duration-seconds: 7200 + role-duration-seconds: 14400 # 4 hours aws-region: ${{ secrets.AWS_DEFAULT_REGION }} - name: Run e2e tests env: diff --git a/.github/workflows/nightly-cron-tests.yaml b/.github/workflows/nightly-cron-tests.yaml index 5a8261f331..4d78fd1c9f 100644 --- a/.github/workflows/nightly-cron-tests.yaml +++ b/.github/workflows/nightly-cron-tests.yaml @@ -32,7 +32,7 @@ jobs: uses: aws-actions/configure-aws-credentials@v1 with: role-to-assume: ${{ secrets.OSS_TEST_ROLE_ARN }} - role-duration-seconds: 10800 + role-duration-seconds: 14400 # 4 hours aws-region: ${{ secrets.AWS_DEFAULT_REGION }} - name: Run e2e tests env: diff --git a/.github/workflows/pr-manual-tests.yaml b/.github/workflows/pr-manual-tests.yaml index a9c5c801b8..7d789f9150 100644 --- a/.github/workflows/pr-manual-tests.yaml +++ b/.github/workflows/pr-manual-tests.yaml @@ -40,7 +40,7 @@ jobs: uses: aws-actions/configure-aws-credentials@v1 with: role-to-assume: ${{ secrets.OSS_TEST_ROLE_ARN }} - role-duration-seconds: 10800 + role-duration-seconds: 14400 # 4 hours aws-region: ${{ secrets.AWS_DEFAULT_REGION }} - name: Run e2e tests env: diff --git a/.github/workflows/weekly-cron-tests.yaml b/.github/workflows/weekly-cron-tests.yaml index 2590b5b401..a567340633 100644 --- a/.github/workflows/weekly-cron-tests.yaml +++ b/.github/workflows/weekly-cron-tests.yaml @@ -32,7 +32,7 @@ jobs: uses: aws-actions/configure-aws-credentials@v1 with: role-to-assume: ${{ secrets.OSS_TEST_ROLE_ARN }} - role-duration-seconds: 10800 + role-duration-seconds: 14400 # 4 hours aws-region: ${{ secrets.AWS_DEFAULT_REGION }} - name: Run perf tests env: