mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-31 16:06:31 +00:00 
			
		
		
		
	increase criteria asc desc test map size
This commit is contained in:
		| @@ -373,7 +373,7 @@ fn criteria_mixup() { | ||||
| fn criteria_ascdesc() { | ||||
|     let path = tempfile::tempdir().unwrap(); | ||||
|     let mut options = EnvOpenOptions::new(); | ||||
|     options.map_size(10 * 1024 * 1024); // 10 MB | ||||
|     options.map_size(12 * 1024 * 1024); // 10 MB | ||||
|     let index = Index::new(options, &path).unwrap(); | ||||
|  | ||||
|     let mut wtxn = index.write_txn().unwrap(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user