Skip to content

Commit e8f48aa

Browse files
author
laoyh
committed
test: allow Windows ConPTY startup latency
1 parent c3b1718 commit e8f48aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/agent-pty.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ describe('AgentPtyRegistry', () => {
8585
} finally {
8686
registry.disposeAll()
8787
}
88-
})
88+
}, 15_000)
8989

9090
it('spawns a bare shell when command is empty', () => {
9191
const registry = new AgentPtyRegistry(testShell())
@@ -118,7 +118,7 @@ describe('AgentPtyRegistry', () => {
118118
} finally {
119119
registry.disposeAll()
120120
}
121-
})
121+
}, 15_000)
122122

123123
it('reads a bounded page of the transcript', async () => {
124124
const registry = new AgentPtyRegistry(testShell())

0 commit comments

Comments
 (0)