Skip to content

Commit ad84520

Browse files
committed
Fixed; increased timeout.
1 parent 29a8fff commit ad84520

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ ALL_TESTS = $(shell find test/ -name '*.test.js')
44
run-tests:
55
@npm link > /dev/null --local
66
@./node_modules/.bin/expresso \
7+
-t 3000 \
78
-I support \
89
-I lib \
910
--serial \

0 commit comments

Comments
 (0)