Skip to content

Commit

Permalink
Increased mocha timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
bezoerb committed Nov 25, 2014
1 parent c343133 commit 4860f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"license": "Apache-2.0",
"repository": "addyosmani/critical",
"scripts": {
"test": "mocha test/test.js --timeout 50000"
"test": "mocha test/test.js --timeout 100000"
},
"files": [
"bin/critical",
Expand Down

0 comments on commit 4860f07

Please sign in to comment.