examples complex: add short iter time for faster tests

This commit is contained in:
lassulus 2022-12-25 14:39:02 +01:00
parent 17da9b0708
commit 164ea97c01

View File

@ -39,6 +39,9 @@
type = "luks";
name = "crypted1";
keyFile = "/tmp/secret.key";
extraArgs = [
"--iter-time 1"
];
content = {
type = "lvm_pv";
vg = "pool";
@ -64,6 +67,9 @@
type = "luks";
name = "crypted2";
keyFile = "/tmp/secret.key";
extraArgs = [
"--iter-time 1"
];
content = {
type = "lvm_pv";
vg = "pool";