Skip to content

Commit de256ff

Browse files
xuiocodex
andcommitted
Stabilize app-server archive cleanup test
Co-Authored-By: OpenAI Codex <noreply@openai.com>
1 parent 4cb9a52 commit de256ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/sessions.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ describe("CodexSessionManager", () => {
145145
current.some((call) => call.method === "process/sigterm")
146146
? current
147147
: undefined;
148-
});
148+
}, 10_000);
149149
const archiveIndex = calls.findIndex((call) => call.method === "thread/archive");
150150
const sigtermIndex = calls.findIndex((call) => call.method === "process/sigterm");
151151
expect(archiveIndex).toBeGreaterThanOrEqual(0);

0 commit comments

Comments
 (0)