Skip to content

Commit eeddfaa

Browse files
committed
Increase test timeout
1 parent 8d201d1 commit eeddfaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/repetitions.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ test('test_compare', () => {
2727
})
2828

2929
test('test_hash_and_compare', () => {
30+
jest.setTimeout(10000)
31+
3032
expect.assertions(EXPECTED * 3);
3133
const salt = bcrypt.genSaltSync(4)
3234

0 commit comments

Comments
 (0)