test(opencode): stabilize websocket idle pruning
This commit is contained in:
@@ -292,7 +292,7 @@ describe("plugin.openai.ws-pool", () => {
|
||||
})
|
||||
const fetch = OpenAIWebSocketPool.createWebSocketFetch({
|
||||
url: server.url,
|
||||
idleTimeout: 20,
|
||||
idleTimeout: 200,
|
||||
})
|
||||
|
||||
const first = await fetch(server.url, streamRequest())
|
||||
|
||||
Reference in New Issue
Block a user