test(travis): raise timeout for travis
This commit is contained in:
parent
7a27c10d04
commit
c3d2984362
1 changed files with 1 additions and 1 deletions
|
|
@ -15,5 +15,5 @@ mocha_bin="${npm_bin}/_mocha"
|
|||
BABEL_ENV=test \
|
||||
node "$babel_istanbul_bin" cover "$mocha_bin" \
|
||||
--report lcov -- \
|
||||
-R spec --reporter dot \
|
||||
--timeout 6000 -R spec --reporter dot \
|
||||
./test/helpers.js ./test/*-test.js
|
||||
|
|
|
|||
Loading…
Reference in a new issue