Skip to content

Commit e216d01

Browse files
committed
fix tests
1 parent 608e9a0 commit e216d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/mcp/test/common/mcpRegistryTypes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export class TestMcpMessageTransport extends Disposable implements IMcpMessageTr
8181
if (responder) {
8282
const response = responder(message);
8383
if (response) {
84-
setImmediate(() => this.simulateReceiveMessage(response));
84+
setTimeout(() => this.simulateReceiveMessage(response));
8585
}
8686
}
8787
}

0 commit comments

Comments
 (0)