Skip to content
This repository has been archived by the owner on Feb 5, 2018. It is now read-only.

Commit

Permalink
chore(travis): add timeout to test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemao committed Jan 30, 2016
1 parent 030b96d commit a42ed1d
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 @@ -39,7 +39,7 @@
"shelljs": "^0.5.3"
},
"scripts": {
"coverage": "istanbul cover _mocha -- -R spec && rm -rf ./coverage",
"coverage": "istanbul cover _mocha -- -R spec --timeout 30000 && rm -rf ./coverage",
"lint": "jshint hosts test *.js --exclude node_modules && jscs hosts test *.js",
"test": "mocha --timeout 30000 && npm run-script lint"
}
Expand Down

0 comments on commit a42ed1d

Please sign in to comment.