From 46e072ebe19e86e9b56203790aad6a765cc179c6 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Tue, 4 Nov 2014 15:22:42 +0000 Subject: [PATCH 1/1] run with timeout checking --- test/widgets/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/widgets/Makefile b/test/widgets/Makefile index 188a07d..e2d3581 100644 --- a/test/widgets/Makefile +++ b/test/widgets/Makefile @@ -1,7 +1,7 @@ # Copyright (c) 2013-2014 Index Data ApS. http://indexdata.com PHANTOMJS_TIMEOUT=30 -PHANTOMJS= ../node_modules/phantomjs/bin/phantomjs +PHANTOMJS= perl ../bin/bomb.pl --timeout=${PHANTOMJS_TIMEOUT} ../node_modules/phantomjs/bin/phantomjs IMAGES= ./images SCREENSHOT_WIDTH_HEIGHT= 1000 1200 PERL_SCRIPTS= ../bin/bomb.pl -- 1.7.10.4