From: Wolfram Schneider Date: Tue, 4 Nov 2014 15:22:42 +0000 (+0000) Subject: run with timeout checking X-Git-Tag: 1.0.0~85 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=46e072ebe19e86e9b56203790aad6a765cc179c6 run with timeout checking --- 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