Skip to content

Commit 602f1c1

Browse files
chore: wait for expired
1 parent 34aff9a commit 602f1c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/resources/exportedData.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ describeWithMongoDB(
7474
expect(exportedResourceURI).toBeDefined();
7575

7676
// wait for export expired
77-
await timeout(250);
77+
await timeout(300);
7878
const response = await integration.mcpClient().readResource({
7979
uri: exportedResourceURI as string,
8080
});

0 commit comments

Comments
 (0)