Fix test to work reliably on slow computers

This commit is contained in:
Ian Coleman
2018-10-29 17:52:50 +11:00
parent f40c5c2423
commit 628a2f53d4

View File

@@ -2912,7 +2912,7 @@ it('Can change details while old addresses are still being generated', function(
}); });
}); });
}); });
}, generateDelay + 5000); }, generateDelay + 10000);
// Github issue 49 // Github issue 49
// padding for binary should give length with multiple of 256 // padding for binary should give length with multiple of 256