X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=test%2Fwidgets%2FMakefile;h=18a303c3f0a4fc1751cf8a2bf2549069d7e7f70e;hb=234e59a65f5e9aeedd87d9b54088556b56429b25;hp=39aaadaa80c1a9d8b5d72ef60d52ef1bfa7d9fe2;hpb=73477566f442547598f213c19d28272aec4d7a10;p=mkws-moved-to-github.git diff --git a/test/widgets/Makefile b/test/widgets/Makefile index 39aaada..18a303c 100644 --- a/test/widgets/Makefile +++ b/test/widgets/Makefile @@ -1,6 +1,6 @@ # Copyright (c) 2013-2014 Index Data ApS. http://indexdata.com -PHANTOMJS_TIMEOUT=18 +PHANTOMJS_TIMEOUT=30 PHANTOMJS= ../node_modules/phantomjs/bin/phantomjs IMAGES= ./images SCREENSHOT_WIDTH_HEIGHT= 1000 1200 @@ -50,5 +50,7 @@ help: @echo " [ screenshots ]" @echo " [ screenshot | index ]" @echo "" - @echo " [ TESTS=mike screenshots ]" + @echo "Examples: " + @echo "" + @echo "make TESTS=mike screenshots"