test(mocha): raise timeout for travis
This commit is contained in:
parent
e82a8e0563
commit
7a27c10d04
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
"release": "./scripts/release",
|
||||
"release:beta": "./scripts/release-beta",
|
||||
"lint": "eslint .",
|
||||
"test": "BABEL_ENV=test mocha --reporter dot ./test/helpers.js ./test/*-test.js",
|
||||
"test": "BABEL_ENV=test mocha --timeout 6000 --reporter dot ./test/helpers.js ./test/*-test.js",
|
||||
"test:watch": "BABEL_ENV=test mocha --reporter min --watch ./test/helpers.js ./test/*-test.js",
|
||||
"test:coverage": "./scripts/test-coverage",
|
||||
"gh-pages": "./scripts/gh-pages"
|
||||
|
|
|
|||
Loading…
Reference in a new issue