Skip to content

Commit

Permalink
ci: set timeout to 15000ms
Browse files Browse the repository at this point in the history
  • Loading branch information
yunnysunny committed Apr 1, 2022
1 parent 8b68b11 commit 718e063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -7,12 +7,12 @@ test:
@if [ "x$(BROWSER)" = "x" ]; then make test-node; else make test-browser; fi

test-node:
@NODE_ENV=test nyc ./node_modules/.bin/mocha \
@NODE_ENV=test ./node_modules/.bin/nyc ./node_modules/.bin/mocha \
--require should \
--trace-warnings \
--throw-deprecation \
--reporter $(REPORTER) \
--timeout 5000 \
--timeout 15000 \
--exit \
$(NODETESTS)

Expand Down

0 comments on commit 718e063

Please sign in to comment.