Skip to content

Commit

Permalink
Do not time out tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Jun 13, 2017
1 parent 1788d5c commit e711d28
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 @@ -57,7 +57,7 @@
"eslint": "eslint --ext .js --ext .jsx *.js src bin gulp test",
"eslint:debug": "echo \"Checking code style...\"; DEBUG=eslint:cli-engine eslint --ext .js --ext .jsx *.js src bin gulp test",
"stylint": "stylint src/web",
"test": "tap test/*.js --node-arg=--require --node-arg=babel-register --node-arg=--require --node-arg=babel-polyfill",
"test": "tap test/*.js --no-timeout --node-arg=--require --node-arg=babel-register --node-arg=--require --node-arg=babel-polyfill",
"coveralls": "tap test/*.js --coverage --coverage-report=text-lcov --nyc-arg=--require --nyc-arg=babel-register --nyc-arg=--require --nyc-arg=babel-polyfill | coveralls"
},
"build": {
Expand Down

0 comments on commit e711d28

Please sign in to comment.