Lower S2K iteration count parameter in tests

This commit is contained in:
Daniel Huigens 2018-11-05 16:58:24 +01:00
parent 997f3e8e38
commit f96bf45fb2

View File

@ -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) {