remove time limit from loading x25519 private keys
This commit is contained in:
parent
be7973b904
commit
f803b17859
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue
Block a user