tests: dict: Increase VM memory-size.
* gnu/tests/dict.scm (run-dicod-test): Increase it to 1024 MiB.
This commit is contained in:
		
							parent
							
								
									b45a44eaad
								
							
						
					
					
						commit
						5f07efda06
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -63,7 +63,8 @@ | ||||||
|   (define vm |   (define vm | ||||||
|     (virtual-machine |     (virtual-machine | ||||||
|      (operating-system os) |      (operating-system os) | ||||||
|      (port-forwardings '((8000 . 2628))))) |      (port-forwardings '((8000 . 2628))) | ||||||
|  |      (memory-size 1024))) | ||||||
| 
 | 
 | ||||||
|   (define test |   (define test | ||||||
|     (with-imported-modules '((gnu build marionette)) |     (with-imported-modules '((gnu build marionette)) | ||||||
|  |  | ||||||
		Reference in a new issue