mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 08:02:28 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user