summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2017-11-06 16:49:07 +0100
committerWerner Koch <wk@gnupg.org>2017-11-06 16:49:07 +0100
commit42308224d1fce64c666aed2be5eb4ef42e8aced4 (patch)
tree960e2cc0c26857a0517774b81ce3b3a1653a9b8f /tests
parentagent: New GETINFO sub-commands "s2k_count_cal" and "s2k_time". (diff)
downloadgnupg2-42308224d1fce64c666aed2be5eb4ef42e8aced4.tar.xz
gnupg2-42308224d1fce64c666aed2be5eb4ef42e8aced4.zip
tests: Minor imporvement in agent invocation
* tests/openpgp/defs.scm (create-gpghome): Add s2k-count. -- My tests show only 2.5% improvement, but as we have that option now let's use it. real 9m12.604s user 2m20.720s sys 0m11.452s real 8m3.815s user 2m16.700s sys 0m11.544s Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/openpgp/defs.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/openpgp/defs.scm b/tests/openpgp/defs.scm
index a6347fe1f..9f780fe23 100644
--- a/tests/openpgp/defs.scm
+++ b/tests/openpgp/defs.scm
@@ -351,6 +351,7 @@
"allow-preset-passphrase"
"no-grab"
"enable-ssh-support"
+ "s2k-count 65536"
(if (flag "--extended-key-format" *args*)
"enable-extended-key-format" "#enable-extended-key-format")
(string-append "pinentry-program " (tool 'pinentry))