Skip to content

Commit

Permalink
increase timeout for ConfigTestCases
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Jul 8, 2018
1 parent c38f8d4 commit 378f31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ConfigTestCases.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describe("ConfigTestCases", () => {
const casesPath = path.join(__dirname, "configCases");
let categories = fs.readdirSync(casesPath);

jest.setTimeout(10000);
jest.setTimeout(20000);

categories = categories.map(cat => {
return {
Expand Down

0 comments on commit 378f31b

Please sign in to comment.