mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 11:27:39 +00:00
test: tighten slow test timeouts and cleanup
This commit is contained in:
@@ -91,7 +91,7 @@ async function ensureResponseConsumed(res: Response) {
|
||||
}
|
||||
|
||||
describe("OpenResponses HTTP API (e2e)", () => {
|
||||
it("rejects when disabled (default + config)", { timeout: 30_000 }, async () => {
|
||||
it("rejects when disabled (default + config)", { timeout: 15_000 }, async () => {
|
||||
const port = await getFreePort();
|
||||
const server = await startServer(port);
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user