Skip to content

Commit 08acce1

Browse files
committed
remove timeout
1 parent e70c6a7 commit 08acce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/streamableHttp.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1376,7 +1376,7 @@ describe('StreamableHTTPServerTransport with resumability', () => {
13761376
expect(storedEvent?.message).toMatchObject(notification);
13771377
});
13781378

1379-
it('should store and replay MCP server tool notifications', { timeout: 10000 }, async () => {
1379+
it('should store and replay MCP server tool notifications', async () => {
13801380
// Establish a standalone SSE stream
13811381
const sseResponse = await fetch(baseUrl, {
13821382
method: 'GET',

0 commit comments

Comments
 (0)