diff --git a/Makefile b/Makefile index 99da411..79f4633 100644 --- a/Makefile +++ b/Makefile @@ -4,11 +4,11 @@ REPORTER = spec test: @./node_modules/.bin/mocha \ --slow 150 \ - --timeout 500 \ + --timeout 1s \ --reporter $(REPORTER) \ --require should \ test/jog.js \ test/FileStore.js \ - # test/RedisStore.js + test/RedisStore.js .PHONY: test \ No newline at end of file