Bump Mocha timeout for CircleCI

uport
Alex Rea 8 years ago
parent 80d837d27d
commit 765bab8128
  1. 2
      package.json

@ -7,7 +7,7 @@
"test": "test"
},
"scripts": {
"test": "mocha --timeout 15000"
"test": "mocha --timeout 30000"
},
"author": "",
"license": "ISC",

Loading…
Cancel
Save