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:
Resham Joshi 2026-08-17 01:59:06 -07:00 committed by GitHub
commit 9421b41369
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)
})