test(persistence): give the 130k-leaf pane alias scale test headroom (#17323)

The test runs ~9-15s locally but times out against the 30s default on a
loaded CI shard, flaking the node 24 test shard and the verify gate.
This commit is contained in:
Neil
2026-08-29 19:41:01 -07:00
committed by GitHub
parent 0a995cc30d
commit 4e9ef12861
@@ -507,6 +507,7 @@ describe('Store', () => {
)
})
// ~9s locally; the 30s default timeout leaves too little headroom on a loaded CI shard.
it('loads legacy pane aliases from very large persisted split layouts', async () => {
const leafCount = 130_000
writeDataFile({
@@ -561,7 +562,7 @@ describe('Store', () => {
(entry) => entry.ptyId === 'large-pty' && entry.legacyPaneKey === `tab1:${leafCount}`
)
).toBe(true)
})
}, 120_000)
it('converts unambiguous dev migration rows into persisted aliases', async () => {
const stablePaneKey = makePaneKey('tab1', TEST_LEAF_1)