We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34aff9a commit 602f1c1Copy full SHA for 602f1c1
tests/integration/resources/exportedData.test.ts
@@ -74,7 +74,7 @@ describeWithMongoDB(
74
expect(exportedResourceURI).toBeDefined();
75
76
// wait for export expired
77
- await timeout(250);
+ await timeout(300);
78
const response = await integration.mcpClient().readResource({
79
uri: exportedResourceURI as string,
80
});
0 commit comments