From 0c6777eec46c455b45acd0304536ffe44582c8f9 Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Wed, 16 Nov 2016 13:00:26 +1100 Subject: [PATCH] testMaxTime increased from 5s to 10s Specifically for test titled "Very large entropy results in very long mnemonics" --- tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.js b/tests.js index 189f1ea..c3d7418 100644 --- a/tests.js +++ b/tests.js @@ -4,7 +4,7 @@ var page = require('webpage').create(); var url = 'src/index.html'; -var testMaxTime = 5000; +var testMaxTime = 10000; page.onResourceError = function(e) { console.log("Error loading " + e.url); -- 2.41.0