diff options
author | Ian Coleman <ian@iancoleman.io> | 2018-10-29 17:52:50 +1100 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2018-10-29 17:52:50 +1100 |
commit | 628a2f53d41f4648f1ef261efd2468ff43615b99 (patch) | |
tree | f6f327d31ef9365a148f26f3be4a863e942298ff /tests | |
parent | f40c5c2423aea8a833a29bb3cf0f1db8dd80ca7d (diff) | |
download | BIP39-628a2f53d41f4648f1ef261efd2468ff43615b99.tar.gz BIP39-628a2f53d41f4648f1ef261efd2468ff43615b99.tar.zst BIP39-628a2f53d41f4648f1ef261efd2468ff43615b99.zip |
Fix test to work reliably on slow computers
Diffstat (limited to 'tests')
-rw-r--r-- | tests/spec/tests.js | 2 |
1 files changed, 1 insertions, 1 deletions
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( | |||
2912 | }); | 2912 | }); |
2913 | }); | 2913 | }); |
2914 | }); | 2914 | }); |
2915 | }, generateDelay + 5000); | 2915 | }, generateDelay + 10000); |
2916 | 2916 | ||
2917 | // Github issue 49 | 2917 | // Github issue 49 |
2918 | // padding for binary should give length with multiple of 256 | 2918 | // padding for binary should give length with multiple of 256 |