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" "test": "test"
}, },
"scripts": { "scripts": {
"test": "mocha --timeout 15000" "test": "mocha --timeout 30000"
}, },
"author": "", "author": "",
"license": "ISC", "license": "ISC",

Loading…
Cancel
Save