From f0c2826509c981f4f90727bffa3b2959ac3dfcad Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Fri, 31 Jan 2014 10:50:32 +0000 Subject: [PATCH] poll up to 8 seconds --- test/phantom/evaluate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/phantom/evaluate.js b/test/phantom/evaluate.js index 949e036..9447ad8 100644 --- a/test/phantom/evaluate.js +++ b/test/phantom/evaluate.js @@ -19,7 +19,7 @@ page.viewportSize = { height: 1000 }; -var run_time = 12; // poll up to seconds +var run_time = 8; // poll up to seconds /************************/ -- 1.7.10.4