summaryrefslogtreecommitdiff
path: root/automation/taskcluster
diff options
context:
space:
mode:
authorKai Engert <kaie@kuix.de>2019-11-01 10:48:55 +0100
committerKai Engert <kaie@kuix.de>2019-11-01 10:48:55 +0100
commita2df39384360072142c0d4f2c4e54b705e74c810 (patch)
tree30d7e0e79fa9953450b3bd2a5e197c6b3d911e17 /automation/taskcluster
parent5e97ced61c7932b7694500168ea11437025eb0fc (diff)
downloadnss-hg-a2df39384360072142c0d4f2c4e54b705e74c810.tar.gz
Bug 1562671 - Limit Master Password KDF iterations for NSS continuous integration tests. r=mt
Diffstat (limited to 'automation/taskcluster')
-rw-r--r--automation/taskcluster/graph/src/queue.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/automation/taskcluster/graph/src/queue.js b/automation/taskcluster/graph/src/queue.js
index 0dc6bbbc4..874947af5 100644
--- a/automation/taskcluster/graph/src/queue.js
+++ b/automation/taskcluster/graph/src/queue.js
@@ -96,7 +96,8 @@ function convertTask(def) {
let env = merge({
NSS_HEAD_REPOSITORY: process.env.NSS_HEAD_REPOSITORY,
- NSS_HEAD_REVISION: process.env.NSS_HEAD_REVISION
+ NSS_HEAD_REVISION: process.env.NSS_HEAD_REVISION,
+ NSS_MAX_MP_PBE_ITERATION_COUNT: "100",
}, def.env || {});
if (def.parent) {