Up the default PHANTOMJS_TIMEOUT to 30 seconds, as the old 18-second default times...
[mkws-moved-to-github.git] / test / widgets / Makefile
index 13be541..18a303c 100644 (file)
@@ -1,14 +1,14 @@
 # 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
 PERL_SCRIPTS=  ../bin/bomb.pl
 PROG=  ../phantom/screenshot.js
 MD5=   $(shell which md5 md5sum)
-TESTS= koha demos # koha.url
-TIMEOUT=5
+TESTS= koha demos mike # koha.url
+TIMEOUT=4
 PREFIX=        test
 
 PHANTOMJS_URL= http://cph.koha.indexdata.com/cgi-bin/koha/opac-search.pl?q=sushi
@@ -50,4 +50,7 @@ help:
        @echo "     [ screenshots ]"
        @echo "     [ screenshot | index ]"
        @echo ""
+       @echo "Examples: "
+       @echo ""
+       @echo "make TESTS=mike screenshots"