remove time limit from loading x25519 private keys

This commit is contained in:
Bart Butler 2018-02-16 08:46:26 -08:00
parent be7973b904
commit f803b17859

View File

@ -151,7 +151,7 @@ describe('X25519 Cryptography', function () {
load_priv_key('light');
load_priv_key('night');
done();
}).timeout(15000);
});
it('Verify clear signed message', function () {
const name = 'light';