Skip to content

Commit

Permalink
feat: timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
dryajov committed Dec 13, 2017
1 parent 7a927c4 commit 5a538c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dh.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe('diffie-hellman', function () {
64, 65, 192
].forEach(function (len) {
it(String(len), function () {
this.timeout(20 * 1000)
this.timeout(30 * 1000)
var dh2 = crypto.createDiffieHellman(len)
var prime2 = dh2.getPrime()
var p2 = prime2.toString('hex')
Expand Down

0 comments on commit 5a538c9

Please # to comment.