Lower S2K iteration count parameter in tests
This commit is contained in:
parent
997f3e8e38
commit
f96bf45fb2
|
@ -36,6 +36,8 @@ if (typeof TransformStream === 'undefined') {
|
|||
describe('Unit Tests', function () {
|
||||
|
||||
if (typeof window !== 'undefined') {
|
||||
openpgp.config.s2k_iteration_count_byte = 0;
|
||||
|
||||
afterEach(function () {
|
||||
if (window.scrollY >= document.body.scrollHeight - window.innerHeight - 100
|
||||
|| openpgp.config.saucelabs) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user