mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-02-10 19:49:16 +00:00
inc tests timeout up to 10 sec - special for travis
This commit is contained in:
parent
dc246e49f5
commit
ae954308f9
@ -7,7 +7,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"makeTestRepos": "rm -rf test/repos/{mercurial,git}; cd test/repos/ && tar -xf mercurial.tar.gz && tar -xf git.tar.gz",
|
||||
"test": "npm run makeTestRepos && mocha --bail --reporter=spec --timeout 4000",
|
||||
"test": "npm run makeTestRepos && mocha --bail --reporter=spec --timeout 10000",
|
||||
"dev": "gulp",
|
||||
"sync": "npm install && npm prune && bower install && bower prune",
|
||||
"buildJs": "r.js -o static/js/requirejs/buid.js",
|
||||
|
Loading…
Reference in New Issue
Block a user