Skip to content

Commit

Permalink
add timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Orie Steele committed May 11, 2019
1 parent c305bdb commit 586ac7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/__tests__/OpenPgpSignature2019.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ const fixtures = require("./__fixtures__");
const openpgp = require("openpgp");
const { sign, verify } = require("../index");

jest.setTimeout(20 * 1000);

describe("OpenPgpSignature2019", () => {
let privateKey;
beforeAll(async () => {
Expand Down

0 comments on commit 586ac7b

Please sign in to comment.