Skip to content

Commit

Permalink
modify package.json testing timeout to give 30sec for tests to pass o…
Browse files Browse the repository at this point in the history
…n slower computers
  • Loading branch information
DrPaulBrewer committed May 11, 2016
1 parent 87bda03 commit 76fdd6b
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 @@ -4,7 +4,7 @@
"description": "pool of heterogeneous robot trading agents for economic or financial simulations",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha --reporter spec --slow 50 --timeout 2000",
"test": "node_modules/.bin/mocha --reporter spec --slow 50 --timeout 30000",
"cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*"
},
"repository": {
Expand Down

0 comments on commit 76fdd6b

Please sign in to comment.