tests: ldap: Increase VM memory size.
With the default limit of 512 MB the test sometimes fails, in different ways. Fixes https://issues.guix.gnu.org/55206. * gnu/tests/ldap.scm (run-ldap-test): Increase memory size to 1024 MiB. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
		
							parent
							
								
									62c86c8391
								
							
						
					
					
						commit
						ed2d2a2d57
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -58,7 +58,9 @@
 | 
				
			||||||
                          (guix combinators))))
 | 
					                          (guix combinators))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  (define vm
 | 
					  (define vm
 | 
				
			||||||
    (virtual-machine os))
 | 
					    (virtual-machine
 | 
				
			||||||
 | 
					     (operating-system os)
 | 
				
			||||||
 | 
					     (memory-size 1024)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  (define test
 | 
					  (define test
 | 
				
			||||||
    (with-imported-modules '((gnu build marionette))
 | 
					    (with-imported-modules '((gnu build marionette))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue