Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
Test timeout setting missing for two networks (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Stone authored and dselman committed Jun 28, 2017
1 parent d8737a7 commit 1157fd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/animaltracking-network/package.json
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"prepublish": "mkdirp ./dist && composer archive create --sourceType dir --sourceName . -a ./dist/animaltracking-network.bna",
"pretest": "npm run lint",
"test": "mocha --recursive",
"test": "mocha -t 0 --recursive",
"lint": "eslint .",
"postlint": "npm run licchk",
"licchk": "license-check",
Expand Down
2 changes: 1 addition & 1 deletion packages/basic-sample-network/package.json
Expand Up @@ -13,7 +13,7 @@
"licchk": "license-check",
"postlicchk": "npm run doc",
"doc": "jsdoc --pedantic --recurse -c jsdoc.conf",
"test-inner": "mocha --recursive && cucumber-js",
"test-inner": "mocha -t 0 --recursive && cucumber-js",
"test-cover": "nyc npm run test-inner",
"test": "npm run test-inner"
},
Expand Down

0 comments on commit 1157fd2

Please sign in to comment.