Skip to content

Commit

Permalink
test: needs more time to generate RSA key
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschneider committed Dec 6, 2017
1 parent 7c44c91 commit 98ba68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/keychain.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ module.exports = (datastore1, datastore2) => {

describe('key', () => {
it('can be an RSA key', function (done) {
this.timeout(20 * 1000)
this.timeout(50 * 1000)
ks.createKey(rsaKeyName, 'rsa', 2048, (err, info) => {
expect(err).to.not.exist()
expect(info).exist()
Expand Down

0 comments on commit 98ba68a

Please sign in to comment.