@@ -2,6 +2,7 @@
 test:
 	@./node_modules/.bin/mocha \
 		--require should \
+		--slow 500ms \
 		--reporter spec
 
 docs: index.html