test(opencode): relax compaction readiness timeout
This commit is contained in:
parent
4a710e4679
commit
af14fefc96
1 changed files with 2 additions and 1 deletions
|
|
@ -1250,7 +1250,7 @@ describe("session.compaction.process", () => {
|
|||
})
|
||||
.pipe(Effect.forkChild)
|
||||
|
||||
yield* Deferred.await(ready).pipe(Effect.timeout("1 second"))
|
||||
yield* Deferred.await(ready).pipe(Effect.timeout("5 seconds"))
|
||||
const start = Date.now()
|
||||
yield* Fiber.interrupt(fiber)
|
||||
const exit = yield* Fiber.await(fiber).pipe(Effect.timeout("250 millis"))
|
||||
|
|
@ -1263,6 +1263,7 @@ describe("session.compaction.process", () => {
|
|||
}).pipe(withCompaction({ llm: stub.layer }))
|
||||
},
|
||||
{ git: true },
|
||||
{ timeout: 10_000 },
|
||||
)
|
||||
|
||||
itCompaction.instance(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue