diff --git a/package.json b/package.json index b53763a..4f90351 100644 --- a/package.json +++ b/package.json @@ -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": {