From 7a92169620d5ee3d31dc2a67182040bd6935c740 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 5 Nov 2014 09:54:38 +0000 Subject: [PATCH] Update comment to suggest longer timeout in tests. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cb4d8f6..a105790 100644 --- a/Makefile +++ b/Makefile @@ -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" -- 1.7.10.4