test(runner): separate recovery success timeout from injected failure
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
e0a0a4ba13
commit
9eb33a7e4a
|
|
@ -1475,6 +1475,7 @@ describe("Capability live runnerd and Codex session", () => {
|
|||
sessionId: binding.sessionId,
|
||||
attemptId: "attempt-resumed",
|
||||
resumeOf: "attempt-killed",
|
||||
turnTimeoutMs: 5_000,
|
||||
});
|
||||
expect(resumed.snapshot().providerThreadId).toBe(state.threadId);
|
||||
expect(resumed.snapshot().attempts).toMatchObject([
|
||||
|
|
|
|||
Loading…
Reference in New Issue