Skip to content

Commit

Permalink
make it 4
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Dec 9, 2024
1 parent d26ec3e commit de7e64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
with:
role-to-assume: ${{ env.CRT_CI_ROLE }}
aws-region: ${{ env.AWS_DEFAULT_REGION }}
role-duration-seconds: 7200
role-duration-seconds: 14400 # these tests run slow and easily reach default cred expiry, hence change expiry to 4hrs
- name: Install qemu/docker
run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
- name: Build ${{ env.PACKAGE_NAME }}
Expand Down

0 comments on commit de7e64b

Please sign in to comment.