Skip to content

Commit

Permalink
Increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
recrsn committed Oct 6, 2022
1 parent 8d201d1 commit eeddfaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/repetitions.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ test('test_compare', () => {
})

test('test_hash_and_compare', () => {
jest.setTimeout(10000)

expect.assertions(EXPECTED * 3);
const salt = bcrypt.genSaltSync(4)

Expand Down

0 comments on commit eeddfaa

Please sign in to comment.