From 5e998889bc50bfc66f8b42045444f66caab87647 Mon Sep 17 00:00:00 2001 From: Dongkeun Lee Date: Tue, 28 Jul 2026 04:10:06 -0400 Subject: [PATCH 1/4] Extend behavior CI timeout --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 652e768c25..875050cc0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest # The pre-cutover suite reached 25m35s, and the exhaustive Bridge crash # matrix adds bounded work. Keep enough margin without masking a real hang. - timeout-minutes: 45 + timeout-minutes: 90 steps: - uses: actions/checkout@v6 with: From a95798c355776dde45e202e97b7d10efb374d3cc Mon Sep 17 00:00:00 2001 From: Dongkeun Lee Date: Tue, 28 Jul 2026 04:59:01 -0400 Subject: [PATCH 2/4] Clarify behavior CI timeout --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 875050cc0b..15eedb0672 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest # The pre-cutover suite reached 25m35s, and the exhaustive Bridge crash # matrix adds bounded work. Keep enough margin without masking a real hang. - timeout-minutes: 90 + timeout-minutes: 90 # Allow the unchanged full suite to finish in isolated CI. steps: - uses: actions/checkout@v6 with: From 9955918b202550bfd5da4d8fb818e1dea5111d84 Mon Sep 17 00:00:00 2001 From: Dongkeun Lee Date: Tue, 28 Jul 2026 06:37:37 -0400 Subject: [PATCH 3/4] ci: keep behavior timeout change minimal --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15eedb0672..875050cc0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest # The pre-cutover suite reached 25m35s, and the exhaustive Bridge crash # matrix adds bounded work. Keep enough margin without masking a real hang. - timeout-minutes: 90 # Allow the unchanged full suite to finish in isolated CI. + timeout-minutes: 90 steps: - uses: actions/checkout@v6 with: From 032a74e981b6601dbfadd2fd6baa2be889e30335 Mon Sep 17 00:00:00 2001 From: Dongkeun Lee Date: Tue, 28 Jul 2026 07:01:43 -0400 Subject: [PATCH 4/4] ci: rerun timeout-only behavior check