Skip to content

Commit

Permalink
Putting back the extra timeout to mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
fmsouza committed Sep 22, 2015
1 parent 8f86989 commit dd4e1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"scripts": {
"configure": "npm install --python=python2.7",
"test": "gulp buildTest && mocha .compiled/test/**/*",
"test": "gulp buildTest && mocha .compiled/test/**/* --timeout 10000",
"build": "gulp build",
"release": "gulp release",
"start": "gulp build && node .compiled/src/index.js",
Expand Down

0 comments on commit dd4e1fd

Please sign in to comment.