nixosTests.stratis.simple: enlarge disk size to avoid test hanging due

to out of space
This commit is contained in:
Nick Cao 2023-01-25 08:58:41 +08:00
parent c86dd99259
commit e5c6f32b81
No known key found for this signature in database

View File

@ -8,7 +8,7 @@ import ../make-test-python.nix ({ pkgs, ... }:
nodes.machine = { pkgs, ... }: {
services.stratis.enable = true;
virtualisation.emptyDiskImages = [ 1024 1024 1024 1024 ];
virtualisation.emptyDiskImages = [ 2048 1024 1024 1024 ];
};
testScript = ''