From 2756912cb2a218082ad23168e7e4b516f3522751 Mon Sep 17 00:00:00 2001 From: Nathan Heskew Date: Fri, 12 Jun 2026 13:27:02 -0700 Subject: [PATCH] =?UTF-8?q?test(ci):=20drop=20startup-timeout=20workaround?= =?UTF-8?q?s=20=E2=80=94=20integration-testing=200.5.x=20idle-timeout=20ha?= =?UTF-8?q?ndles=20slow=20boots=20(#1139)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/integration-tests.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index f0d187535..267a060e1 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -112,9 +112,6 @@ jobs: HARPER_INTEGRATION_TEST_LOG_DIR: /tmp/harper-integration-test-logs HARPER_LEGACY_VERSION_PATH: /tmp/harperdb-legacy/node_modules/harperdb HARPER_INTEGRATION_TEST_INSTALL_SCRIPT: dist/bin/harper.js - # Slow runners (especially under shard contention) may need more than - # the default 60s to reach 'successfully started'. - HARPER_INTEGRATION_TEST_STARTUP_TIMEOUT_MS: 120000 run: | npm run test:integration:all -- --shard=${{ matrix.shard }}/6 @@ -194,10 +191,6 @@ jobs: HARPER_INTEGRATION_TEST_LOG_DIR: ${{ runner.temp }}/harper-integration-test-logs HARPER_LEGACY_VERSION_PATH: ${{ runner.temp }}/harperdb-legacy/node_modules/harperdb HARPER_INTEGRATION_TEST_INSTALL_SCRIPT: dist/bin/harper.js - # Windows runners are noticeably slower than the Linux pool — the - # default 60s startHarper timeout is not enough for the per-test - # install + start sequence (see CRL fail-closed-timeout suite). - HARPER_INTEGRATION_TEST_STARTUP_TIMEOUT_MS: 180000 run: npm run test:integration:all -- --shard=${{ matrix.shard }}/6 - name: Upload Harper server logs