Skip to content

Commit

Permalink
Increase postgres tests timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmp135 committed Mar 16, 2024
1 parent d4ccd3e commit d7b004d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/specs/Adapters/postgres.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ beforeAll(async () => {
CREATE TABLE schema_two.table_two (
);
`);
})
}, 60000)

afterAll(async () => {
await db?.destroy()
Expand Down

0 comments on commit d7b004d

Please sign in to comment.