mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-08-21 06:24:32 +00:00
test(codex): give the every-boundary differential an explicit timeout
110 resume splits take ~1.3s locally but exceeded vitest's 5s default on the CI runner once the parallel suite also hosts the parse-worker tests.
This commit is contained in:
parent
569030e9dd
commit
1acdecdebf
1 changed files with 2 additions and 2 deletions
|
|
@ -279,9 +279,9 @@ describe('codex resume differential', () => {
|
|||
|
||||
it('matches a full re-parse at every line boundary of a rich session', async () => {
|
||||
await assertEverySplitMatches(RICH_LINES)
|
||||
})
|
||||
}, 60_000)
|
||||
|
||||
it('matches a full re-parse at every line boundary of a forked session', async () => {
|
||||
await assertEverySplitMatches(FORK_LINES)
|
||||
})
|
||||
}, 60_000)
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue