1
0
Fork 0

test(travis): raise timeout for travis

This commit is contained in:
vvo 2016-12-13 14:07:01 +01:00
parent 7a27c10d04
commit c3d2984362

View file

@ -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