From a980281a2a70fbbf6b0483e0f50625d2b7d17e02 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Mon, 3 Feb 2014 15:42:19 +0000 Subject: [PATCH] phantomjs: set defaul timeout to 12 seconds --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4