Commit 48179a1
Increase Bun csvDataLoad timeout from 60s to 120s
On Bun shard 2, the embed-directive test suite tears down its Harper instance
(flushing HNSW index data to disk) concurrently with northwind's csvDataLoad
background job. The CPU-intensive HNSW flush starves the job processor, causing
it to still be IN_PROGRESS at the 60s polling deadline. 120s gives the flush
time to complete before the assertion fires.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 898cb35 commit 48179a1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2160 | 2160 | | |
2161 | 2161 | | |
2162 | 2162 | | |
2163 | | - | |
| 2163 | + | |
2164 | 2164 | | |
2165 | 2165 | | |
2166 | 2166 | | |
| |||
0 commit comments