mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-28 21:30:41 +00:00
testMaxTime increased from 5s to 10s
Specifically for test titled "Very large entropy results in very long mnemonics"
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
var page = require('webpage').create();
|
var page = require('webpage').create();
|
||||||
var url = 'src/index.html';
|
var url = 'src/index.html';
|
||||||
var testMaxTime = 5000;
|
var testMaxTime = 10000;
|
||||||
|
|
||||||
page.onResourceError = function(e) {
|
page.onResourceError = function(e) {
|
||||||
console.log("Error loading " + e.url);
|
console.log("Error loading " + e.url);
|
||||||
|
|||||||
Reference in New Issue
Block a user