test(windows): budget instrumented integration waits
This commit is contained in:
@@ -31,7 +31,7 @@ function fakeAgent(session: Session): Agent {
|
||||
}
|
||||
|
||||
describe('tool-session-query with the real SQLite provider', () => {
|
||||
it('searches live prior-step history and a persisted same-workspace log', async () => {
|
||||
it('searches live prior-step history and a persisted same-workspace log', { timeout: 20_000 }, async () => {
|
||||
const root = await mkdtemp(join(tmpdir(), 'dsh-tool-session-query-'))
|
||||
temporaryDirectories.push(root)
|
||||
const ctx = new Context()
|
||||
|
||||
Reference in New Issue
Block a user