Skip to content

Commit

Permalink
Fixed: incleased Jest timeout to avoid early timeout issue
Browse files Browse the repository at this point in the history
  • Loading branch information
forthy committed May 25, 2021
1 parent d43c180 commit 9bdafc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/user-repo.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe('User repository', () => {
let mongoDBPort: number;

beforeAll(async () => {
jest.setTimeout(30000);
jest.setTimeout(120000);

tc = await new GenericContainer('mongo:4.2')
.withExposedPorts(27017)
Expand Down

0 comments on commit 9bdafc8

Please sign in to comment.