From 7d7fc98ad5540b1948a39909a47b4e11b7f4fa90 Mon Sep 17 00:00:00 2001 From: Vera Xia Date: Mon, 25 Aug 2025 09:59:51 -0700 Subject: [PATCH 1/2] update submodule for nw_socket leak fix --- crt/aws-crt-cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crt/aws-crt-cpp b/crt/aws-crt-cpp index 3d3af2e87..8fada4754 160000 --- a/crt/aws-crt-cpp +++ b/crt/aws-crt-cpp @@ -1 +1 @@ -Subproject commit 3d3af2e87acb9f316683b19439679a26e0883a3c +Subproject commit 8fada4754f46ab5876185cf99ad41ec2297c571c From 232f36abbe55576fed68dd8e8f70d52b54d9d106 Mon Sep 17 00:00:00 2001 From: Vera Xia Date: Tue, 26 Aug 2025 09:30:43 -0700 Subject: [PATCH 2/2] bump test duration --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02b9d0d20..f5fe162a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,6 +61,8 @@ jobs: with: role-to-assume: ${{ env.CI_IOT_CONTAINERS }} aws-region: ${{ env.AWS_DEFAULT_REGION }} + # Bump from default 1 hour to 2 hours to allow tests to complete + role-duration-seconds: 7200 - name: Install qemu/docker run: docker run --privileged --rm tonistiigi/binfmt --install all - name: Build ${{ env.PACKAGE_NAME }}