diff options
| author | lassulus <lassulus@lassul.us> | 2022-12-25 14:39:02 +0100 |
|---|---|---|
| committer | lassulus <lassulus@lassul.us> | 2022-12-25 14:39:02 +0100 |
| commit | 164ea97c01ae57ecb76153ef43be4a184aa5d33a (patch) | |
| tree | f0a7fdb15a39b162f7a7c3a36686028395671087 /example | |
| parent | 17da9b07089b9929b422077558dc4fbcebb86d36 (diff) | |
examples complex: add short iter time for faster tests
Diffstat (limited to 'example')
| -rw-r--r-- | example/complex.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/example/complex.nix b/example/complex.nix index b361196..939f71e 100644 --- a/example/complex.nix +++ b/example/complex.nix @@ -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"; |
