不要怂,就是干,撸起袖子干!

Commit 6996c1cc by Jan Aagaard Meier

Playing around with coveralls v2 - longer timeouts

1 parent 921e3412
Showing with 1 additions and 1 deletions
......@@ -22,7 +22,7 @@ test:
cover:
rm -rf coverage \
make teaser && ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- -R spec $(TESTS); \
make teaser && ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- -t 10000 -R spec $(TESTS); \
mariadb:
@DIALECT=mariadb make test
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!