Skip to content

Commit b676af8

Browse files
heskewkriszyp
authored andcommitted
test(ci): drop startup-timeout workarounds — integration-testing 0.5.x idle-timeout handles slow boots (#1139)
1 parent a94a4b4 commit b676af8

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,6 @@ jobs:
112112
HARPER_INTEGRATION_TEST_LOG_DIR: /tmp/harper-integration-test-logs
113113
HARPER_LEGACY_VERSION_PATH: /tmp/harperdb-legacy/node_modules/harperdb
114114
HARPER_INTEGRATION_TEST_INSTALL_SCRIPT: dist/bin/harper.js
115-
# Slow runners (especially under shard contention) may need more than
116-
# the default 60s to reach 'successfully started'.
117-
HARPER_INTEGRATION_TEST_STARTUP_TIMEOUT_MS: 120000
118115
run: |
119116
npm run test:integration:all -- --shard=${{ matrix.shard }}/6
120117
@@ -194,10 +191,6 @@ jobs:
194191
HARPER_INTEGRATION_TEST_LOG_DIR: ${{ runner.temp }}/harper-integration-test-logs
195192
HARPER_LEGACY_VERSION_PATH: ${{ runner.temp }}/harperdb-legacy/node_modules/harperdb
196193
HARPER_INTEGRATION_TEST_INSTALL_SCRIPT: dist/bin/harper.js
197-
# Windows runners are noticeably slower than the Linux pool — the
198-
# default 60s startHarper timeout is not enough for the per-test
199-
# install + start sequence (see CRL fail-closed-timeout suite).
200-
HARPER_INTEGRATION_TEST_STARTUP_TIMEOUT_MS: 180000
201194
run: npm run test:integration:all -- --shard=${{ matrix.shard }}/6
202195

203196
- name: Upload Harper server logs

0 commit comments

Comments
 (0)