testMaxTime increased from 5s to 10s

Specifically for test titled "Very large entropy results in very long
mnemonics"
This commit is contained in:
Ian Coleman
2016-11-16 13:00:26 +11:00
parent a3a61b68d1
commit 0c6777eec4

View File

@@ -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);