From 66237ce903a2979d413d87cedc7c303489c24a68 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Wed, 28 May 2014 12:50:20 +0000 Subject: [PATCH] increase example timeout from 8 to 12 seconds 8 seconds are often not enough. sic! --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- 1.7.10.4