Skip to content

Commit

Permalink
ci: add slow parameter to mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
yunnysunny committed Apr 2, 2022
1 parent a7cee2b commit ba56f87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -12,6 +12,7 @@ test-node:
--trace-warnings \
--throw-deprecation \
--reporter $(REPORTER) \
--slow 2000 \
--timeout 15000 \
--exit \
$(NODETESTS)
Expand Down

0 comments on commit ba56f87

Please sign in to comment.