Skip to content

Commit b389aab

Browse files
fix: Update integration.test.ts (#1737)
1 parent 6cc2cb1 commit b389aab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdks/typescript/tests/integration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ describe.skipIf(SKIP_TESTS)("OpenRAG TypeScript SDK Integration", () => {
234234
await client.documents.delete(alphaName);
235235
await client.documents.delete(betaName);
236236
}
237-
}, 60_000);
237+
}, 120_000);
238238

239239
it("filterId in search actually scopes results to data_sources", async () => {
240240
const tmpDir = fs.mkdtempSync(path.join(os.tmpdir(), "sdk-filter-"));

0 commit comments

Comments
 (0)