Skip to content

Commit

Permalink
Lowering insanely long mocha timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek committed Mar 9, 2016
1 parent b14e247 commit ddf68d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/cov
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export COLLECT_COVERAGE='true'
find ./src-cov/test/ -name '*-test.coffee' | xargs "$MOCHA" \
--compilers='coffee:coffee-script/register' \
--reporter='mocha-lcov-reporter' \
--timeout=120000 \
--timeout=12000 \
--recursive >> ./lcov/mocha.info 2>&1

# Merging LCOV reports
Expand Down
2 changes: 1 addition & 1 deletion scripts/test
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ MOCHA=./node_modules/.bin/mocha
find ./test/ -name '*-test.coffee' | xargs "$MOCHA" \
--compilers='coffee:coffee-script/register' \
--reporter=spec \
--timeout=120000 \
--timeout=12000 \
--recursive \
"$@"

0 comments on commit ddf68d8

Please sign in to comment.