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 () {
|
describe('Unit Tests', function () {
|
||||||
|
|
||||||
if (typeof window !== 'undefined') {
|
if (typeof window !== 'undefined') {
|
||||||
|
openpgp.config.s2k_iteration_count_byte = 0;
|
||||||
|
|
||||||
afterEach(function () {
|
afterEach(function () {
|
||||||
if (window.scrollY >= document.body.scrollHeight - window.innerHeight - 100
|
if (window.scrollY >= document.body.scrollHeight - window.innerHeight - 100
|
||||||
|| openpgp.config.saucelabs) {
|
|| openpgp.config.saucelabs) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user