test: stabilize MCP startup disposal race

This commit is contained in:
Peter Steinberger
2026-04-17 06:01:35 +01:00
parent 5817a76236
commit dd9d2ebd01

View File

@@ -266,7 +266,7 @@ describe("session MCP runtime", () => {
const serverScriptPath = path.join(pluginRoot, "servers", "bundle-probe.mjs");
await writeBundleProbeMcpServer(serverScriptPath, {
startupCounterPath,
startupDelayMs: 10,
startupDelayMs: 100,
pidPath,
exitMarkerPath,
});