From: Wolfram Schneider Date: Wed, 28 May 2014 12:50:20 +0000 (+0000) Subject: increase example timeout from 8 to 12 seconds X-Git-Tag: 1.0.0~578^2~3 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=66237ce903a2979d413d87cedc7c303489c24a68 increase example timeout from 8 to 12 seconds 8 seconds are often not enough. sic! --- diff --git a/test/Makefile b/test/Makefile index 45c3422..77e1a6f 100644 --- a/test/Makefile +++ b/test/Makefile @@ -103,5 +103,5 @@ help: @echo " [ node-modules ]" @echo " [ apache-stop apache-start ]" @echo "" - @echo "DEBUG=1 make phantomjs PHANTOMJS_TIMEOUT=8 PHANTOMJS_URL=${PHANTOMJS_URL}" + @echo "DEBUG=1 make phantomjs PHANTOMJS_TIMEOUT=12 PHANTOMJS_URL=${PHANTOMJS_URL}"