]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Fix test to work reliably on slow computers
authorIan Coleman <ian@iancoleman.io>
Mon, 29 Oct 2018 06:52:50 +0000 (17:52 +1100)
committerIan Coleman <ian@iancoleman.io>
Mon, 29 Oct 2018 06:52:50 +0000 (17:52 +1100)
tests/spec/tests.js

index f0fad8544a59228dbeee84e7f270d53297f1cc51..2b40fcfeda390fd3e27dade00877cdd5d40c38c8 100644 (file)
@@ -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