mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-08-21 22:44:31 +00:00
Merge pull request #1009 from getagentseal/test/codex-resume-timeout
test(codex): explicit timeout for the every-boundary resume differential
This commit is contained in:
commit
9421b41369
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