File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments