From: Ian Coleman Date: Wed, 16 Nov 2016 02:00:26 +0000 (+1100) Subject: testMaxTime increased from 5s to 10s X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=0c6777eec46c455b45acd0304536ffe44582c8f9;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git testMaxTime increased from 5s to 10s Specifically for test titled "Very large entropy results in very long mnemonics" --- 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);