tests: gitile: Increase VM memory size.
* gnu/tests/version-control.scm (run-gitile-test): Increase memory size to 1024 MiB.
This commit is contained in:
		
							parent
							
								
									161d1a94af
								
							
						
					
					
						commit
						5ec0c48fd4
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -449,7 +449,8 @@ HTTP-PORT."
 | 
				
			||||||
  (define vm
 | 
					  (define vm
 | 
				
			||||||
    (virtual-machine
 | 
					    (virtual-machine
 | 
				
			||||||
     (operating-system os)
 | 
					     (operating-system os)
 | 
				
			||||||
     (port-forwardings `((8081 . ,http-port)))))
 | 
					     (port-forwardings `((8081 . ,http-port)))
 | 
				
			||||||
 | 
					     (memory-size 1024)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  (define test
 | 
					  (define test
 | 
				
			||||||
    (with-imported-modules '((gnu build marionette))
 | 
					    (with-imported-modules '((gnu build marionette))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue