From 8fce278d9a8d7ced8c2c46a1c7eec3b5bfd4ad8c Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Sun, 16 Mar 2014 13:04:26 +0000 Subject: [PATCH] increase timeout to 16 seconds --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 1f86e05..003bcac 100644 --- a/test/Makefile +++ b/test/Makefile @@ -4,7 +4,7 @@ MIKE = PATH=$$PATH:/usr/local/lib/node-v0.10.24-linux-x64/bin PHANTOMJS_URL=https://mkws-dev.indexdata.com/jasmine-popup.html -PHANTOMJS_TIMEOUT=12 +PHANTOMJS_TIMEOUT=16 NPM_INSTALL_FLAGS=-q JASMINE_NODE= ./node_modules/jasmine-node/bin/jasmine-node -- 1.7.10.4