Skip to content

Commit af14fef

Browse files
committed
test(opencode): relax compaction readiness timeout
1 parent 4a710e4 commit af14fef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/opencode/test/session/compaction.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1250,7 +1250,7 @@ describe("session.compaction.process", () => {
12501250
})
12511251
.pipe(Effect.forkChild)
12521252

1253-
yield* Deferred.await(ready).pipe(Effect.timeout("1 second"))
1253+
yield* Deferred.await(ready).pipe(Effect.timeout("5 seconds"))
12541254
const start = Date.now()
12551255
yield* Fiber.interrupt(fiber)
12561256
const exit = yield* Fiber.await(fiber).pipe(Effect.timeout("250 millis"))
@@ -1263,6 +1263,7 @@ describe("session.compaction.process", () => {
12631263
}).pipe(withCompaction({ llm: stub.layer }))
12641264
},
12651265
{ git: true },
1266+
{ timeout: 10_000 },
12661267
)
12671268

12681269
itCompaction.instance(

0 commit comments

Comments
 (0)