mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 08:07:40 +00:00
test: tighten slow test timeouts and cleanup
This commit is contained in:
@@ -338,7 +338,7 @@ describe("gateway server agent", () => {
|
||||
expect(second.payload).toEqual(firstFinal.payload);
|
||||
});
|
||||
|
||||
test("agent dedupe survives reconnect", { timeout: 60_000 }, async () => {
|
||||
test("agent dedupe survives reconnect", { timeout: 20_000 }, async () => {
|
||||
await withGatewayServer(async ({ port }) => {
|
||||
const dial = async () => {
|
||||
const ws = new WebSocket(`ws://127.0.0.1:${port}`);
|
||||
|
||||
Reference in New Issue
Block a user