Skip to content

Commit

Permalink
Increase create ext timeout
Browse files Browse the repository at this point in the history
jaclarke committed Dec 12, 2024
1 parent 4ac3592 commit df26428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/driver/test/postgis.test.ts
Original file line number Diff line number Diff line change
@@ -224,7 +224,7 @@ if (getAvailableExtensions().get("postgis")) {

beforeAll(async () => {
await con.execute("create extension postgis;");
}, 30_000);
}, 60_000);

afterAll(async () => {
await con.execute("drop extension postgis;");

0 comments on commit df26428

Please sign in to comment.