Skip to content

Commit

Permalink
increase mocha timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jan 21, 2015
1 parent fd02a40 commit 86fce44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -7,15 +7,15 @@
"scaffold",
"jquery"
],
"author": "Yeoman team",
"author": "Yeoman",
"main": "app/index.js",
"repository": "yeoman/generator-jquery",
"scripts": {
"test": "mocha"
"test": "mocha --timeout 20000"
},
"dependencies": {
"chalk": "^0.5.1",
"compare-version": "~0.1.0",
"compare-version": "^0.1.0",
"multiline": "^1.0.1",
"pkg-name": "^1.0.0",
"yeoman-generator": "^0.18.6"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -19,4 +19,4 @@ $ yo jquery

## License

MIT © Yeoman team
MIT © Yeoman

0 comments on commit 86fce44

Please sign in to comment.