aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/tests.js
diff options
context:
space:
mode:
authorIan Coleman <ian@iancoleman.io>2018-10-29 17:52:50 +1100
committerIan Coleman <ian@iancoleman.io>2018-10-29 17:52:50 +1100
commit628a2f53d41f4648f1ef261efd2468ff43615b99 (patch)
treef6f327d31ef9365a148f26f3be4a863e942298ff /tests/spec/tests.js
parentf40c5c2423aea8a833a29bb3cf0f1db8dd80ca7d (diff)
downloadBIP39-628a2f53d41f4648f1ef261efd2468ff43615b99.tar.gz
BIP39-628a2f53d41f4648f1ef261efd2468ff43615b99.tar.zst
BIP39-628a2f53d41f4648f1ef261efd2468ff43615b99.zip
Fix test to work reliably on slow computers
Diffstat (limited to 'tests/spec/tests.js')
-rw-r--r--tests/spec/tests.js2
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