Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronabramov committed Aug 3, 2016
1 parent a205e91 commit 516b18b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"rootDir": "./",
"scriptPreprocessor": "<rootDir>/packages/babel-jest",
"automock": false,
"setupTestFrameworkScriptFile": "<rootDir>/testSetupFile.js",
"testPathIgnorePatterns": [
"/node_modules/",
"/examples/",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@
*/
'use strict';

jasmine.DEFAULT_TIMEOUT_INTERVAL = 15000;
// Some of the `jest-runtime` tests are very slow and cause
// timeouts on travis
jasmine.DEFAULT_TIMEOUT_INTERVAL = 40000;

0 comments on commit 516b18b

Please sign in to comment.