From: Ian Coleman Date: Mon, 29 Oct 2018 06:52:50 +0000 (+1100) Subject: Fix test to work reliably on slow computers X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=628a2f53d41f4648f1ef261efd2468ff43615b99 Fix test to work reliably on slow computers --- diff --git a/tests/spec/tests.js b/tests/spec/tests.js index f0fad85..2b40fcf 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -2912,7 +2912,7 @@ it('Can change details while old addresses are still being generated', function( }); }); }); -}, generateDelay + 5000); +}, generateDelay + 10000); // Github issue 49 // padding for binary should give length with multiple of 256