Increased tests timeout (needed for CI)

This commit is contained in:
Vitaly Puzrin 2014-03-13 00:41:05 +04:00
parent a6ec0c7820
commit 35e1b51738
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ test-browser: lint
cover:
rm -rf cover
istanbul cover node_modules/.bin/_mocha -- -t 30000 -R spec
istanbul cover node_modules/.bin/_mocha
doc:
rm -rf ./doc

View file

@ -1 +1 @@
-R spec
-R spec -t 60000