Skip to content

Commit 6dbe3b9

Browse files
authored
Increase the role assumption duration (#543)
Tests occasionally time out due to the runs taking a little over one hour. Increase the role assumption duration to 4 hours. *Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. Signed-off-by: Simon Marty <[email protected]>
1 parent ec58e6c commit 6dbe3b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integ.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ jobs:
126126
role-to-assume: ${{ secrets.ROLE_ARN }}
127127
role-session-name: csi-driver-ci-${{ github.run_id }}-${{ matrix.arch }}
128128
aws-region: us-west-2
129+
role-duration-seconds: 14400
129130

130131
- name: Run integ tests
131132
run: cd tests && ./run-tests.sh ${{ matrix.arch-short }}-${{ matrix.auth_type }}

0 commit comments

Comments
 (0)