Skip to content

Commit

Permalink
Remove timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
akmatchev committed Apr 1, 2024
1 parent b53bc94 commit 9ba5e46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tests/UserTest.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ let expectedUser: UserModel;
let conn: Connection;
let userController: UserController;

jest.setTimeout(200000000)

beforeAll(async () => {
await DatabaseConnection.connect();
});
Expand Down

0 comments on commit 9ba5e46

Please sign in to comment.