diff --git a/tests/stdio-servers.integration.test.ts b/tests/stdio-servers.integration.test.ts index 8195184..89d2d41 100644 --- a/tests/stdio-servers.integration.test.ts +++ b/tests/stdio-servers.integration.test.ts @@ -100,5 +100,5 @@ describe('stdio MCP servers (filesystem + memory)', () => { ); expect(callResult.stdout).toContain('alpha'); expect(callResult.stdout).toContain('beta'); - }); + }, 20000); });