From f8a94862258addbe03c120bb70f48fc9058c7b1c Mon Sep 17 00:00:00 2001 From: Scott Trinh Date: Wed, 28 Jun 2023 10:13:03 -0400 Subject: [PATCH] Increase timeout for test teardown TODO: Why should this take so long if it is just a wipe!? --- packages/integration-stable/pgvector.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/integration-stable/pgvector.test.ts b/packages/integration-stable/pgvector.test.ts index 06c4ca7e4..c310ad8db 100644 --- a/packages/integration-stable/pgvector.test.ts +++ b/packages/integration-stable/pgvector.test.ts @@ -21,7 +21,7 @@ describe("pgvector", () => { afterAll(async () => { await teardownTests(client); - }); + }, 10_000); test("check generated interfaces", () => { tc.assert>(true);