X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=Makefile;h=a105790a5a7ff436deaecfc174abef260d100fdb;hp=c6236509a98d77cea28018d7a7f7f6183734db2c;hb=8d5dedc247e17f7a460aa3e99991a3421420f256;hpb=045e4df9a00354e16025ee9fbd370c50b3e4179e diff --git a/Makefile b/Makefile index c623650..a105790 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ setup: ${MAKE} -C./test node-modules check-js: - ${MAKE} -C./test check + ${MAKE} -C./test $@ phantomjs p p-all phantomjs-all jsb: ${MAKE} -C./test $@ @@ -29,5 +29,5 @@ help: @echo "make [ all | setup | clean | distclean ]" @echo " [ check | check-js | phantomjs ]" @echo "" - @echo "If 'make check' timeout is too short, extend with: make check PHANTOMJS_TIMEOUT=40" + @echo "If 'make check' timeout is too short, extend with: make check PHANTOMJS_TIMEOUT=120"