Skip to content

Commit

Permalink
Increase timeout for test teardown
Browse files Browse the repository at this point in the history
TODO: Why should this take so long if it is just a wipe!?
  • Loading branch information
scotttrinh committed Jun 28, 2023
1 parent a0a9a31 commit f8a9486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integration-stable/pgvector.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe("pgvector", () => {

afterAll(async () => {
await teardownTests(client);
});
}, 10_000);

test("check generated interfaces", () => {
tc.assert<tc.IsExact<PgVectorTest, test_PgVectorTest>>(true);
Expand Down

0 comments on commit f8a9486

Please sign in to comment.