diff --git a/src/specs/Adapters/postgres.spec.ts b/src/specs/Adapters/postgres.spec.ts index 0c33223..21f52d0 100644 --- a/src/specs/Adapters/postgres.spec.ts +++ b/src/specs/Adapters/postgres.spec.ts @@ -46,7 +46,7 @@ beforeAll(async () => { CREATE TABLE schema_two.table_two ( ); `); -}) +}, 60000) afterAll(async () => { await db?.destroy()