test(opencode): deflake file and tool timing (#17859)

This commit is contained in:
Luke Parker
2026-03-17 10:49:04 +10:00
committed by GitHub
parent a64f604d54
commit cb69501098
6 changed files with 74 additions and 55 deletions

View File

@@ -448,7 +448,7 @@ export class FileService extends ServiceMap.Service<FileService, FileService.Ser
}
const init = Effect.fn("FileService.init")(function* () {
void kick()
yield* Effect.promise(() => kick())
})
const status = Effect.fn("FileService.status")(function* () {