Skip to content

Commit

Permalink
Increase test timeout to one minute (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
clehner authored May 11, 2021
1 parent ac062b4 commit 2408df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vc-http-api-test-server/services/jest/cli.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const jest = require("jest");
const path = require("path");

const JEST_TEST_TIMEOUT_MS = 20 * 1000;
const JEST_TEST_TIMEOUT_MS = 60 * 1000;

module.exports = async (config) => {
let results = await jest.runCLI(
Expand Down

0 comments on commit 2408df9

Please sign in to comment.