diff --git a/Makefile b/Makefile index 1bd1651..478ecc3 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ ## TESTS TESTER = ./node_modules/.bin/mocha -OPTS = --growl --globals getSchema +OPTS = --growl --globals getSchema --timeout 15000 TESTS = test/*.test.js test: