From: Wolfram Schneider Date: Mon, 3 Feb 2014 15:42:19 +0000 (+0000) Subject: phantomjs: set defaul timeout to 12 seconds X-Git-Tag: 1.0.0~1532 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=a980281a2a70fbbf6b0483e0f50625d2b7d17e02;p=mkws-moved-to-github.git phantomjs: set defaul timeout to 12 seconds --- diff --git a/test/Makefile b/test/Makefile index cecb5fc..7e38ebc 100644 --- a/test/Makefile +++ b/test/Makefile @@ -5,7 +5,7 @@ MIKE = PATH=$$PATH:/usr/local/lib/node-v0.10.24-linux-x64/bin NPM_INSTALL_FLAGS=-q PHANTOMJS= ./node_modules/phantomjs/bin/phantomjs PHANTOMJS_URL= https://mkws-dev.indexdata.com/jasmine-popup.html -PHANTOMJS_TIMEOUT= 8 +PHANTOMJS_TIMEOUT= 12 all: check