nixosTests.stratis.simple: enlarge disk size to avoid test hanging due
to out of space
This commit is contained in:
		
							parent
							
								
									c86dd99259
								
							
						
					
					
						commit
						e5c6f32b81
					
				@ -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 = ''
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user