test(stdio): increase timeout for memory server

This commit is contained in:
Peter Steinberger 2025-11-17 23:24:20 +00:00
parent a925445d92
commit 59f31a7ea3

View File

@ -100,5 +100,5 @@ describe('stdio MCP servers (filesystem + memory)', () => {
);
expect(callResult.stdout).toContain('alpha');
expect(callResult.stdout).toContain('beta');
});
}, 20000);
});