We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e736b5 commit aec5960Copy full SHA for aec5960
.github/workflows/ci.yml
@@ -61,6 +61,8 @@ jobs:
61
with:
62
role-to-assume: ${{ env.CI_IOT_CONTAINERS }}
63
aws-region: ${{ env.AWS_DEFAULT_REGION }}
64
+ # Bump from default 1 hour to 2 hours to allow tests to complete
65
+ role-duration-seconds: 7200
66
- name: Install qemu/docker
67
run: docker run --privileged --rm tonistiigi/binfmt --install all
68
- name: Build ${{ env.PACKAGE_NAME }}
crt/aws-crt-cpp
0 commit comments