Skip to content

Commit 4fe796d

Browse files
committed
flaky test fix
1 parent 151421f commit 4fe796d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/server/streamableHttp.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2280,8 +2280,8 @@ describe.each(zodTestMatrix)('$zodVersionLabel', (entry: ZodMatrixEntry) => {
22802280

22812281
// Verify we received the notification that was sent while disconnected
22822282
expect(allText).toContain('Missed while disconnected');
2283-
});
2284-
}, 10000);
2283+
}, 10000);
2284+
});
22852285

22862286
// Test onsessionclosed callback
22872287
describe('StreamableHTTPServerTransport onsessionclosed callback', () => {

0 commit comments

Comments
 (0)