Skip to content

Commit

Permalink
increase timeout for tests - fix frequent failures
Browse files Browse the repository at this point in the history
  • Loading branch information
boopathi committed Nov 28, 2017
1 parent 0f04ec2 commit da60c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/test-runner/src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable no-console */

jest.setTimeout(25000);
const fs = require("./fs");
const path = require("path");
const babel = require("babel-core");
Expand Down

0 comments on commit da60c6b

Please sign in to comment.