Browse Source

increase timeout for JS tests

this should fix #13305
tags/2.0.11
Carsten Brandt 8 years ago
parent
commit
6589181a69
No known key found for this signature in database
GPG Key ID: BE4F41DE1DEEEED0
  1. 2
      package.json

2
package.json

@ -16,7 +16,7 @@
"sinon": "^1.17.6"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha tests/js/tests/*.test.js"
"test": "./node_modules/mocha/bin/mocha tests/js/tests/*.test.js --timeout 30000"
},
"repository": {
"type": "git",

Loading…
Cancel
Save