mirror of
				https://git.proxmox.com/git/mirror_zfs
				synced 2025-10-31 05:50:49 +00:00 
			
		
		
		
	ZTS: increase timeout of mmap_sync_001_pos
On load the test needs sometimes a bit more time then just one second. Doubling the time will help on the QEMU based testings. Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Tony Hutter <hutter2@llnl.gov> Signed-off-by: Tino Reichardt <milky-zfs@mcmilk.de> Closes #16537
This commit is contained in:
		
							parent
							
								
									5cb3e2861e
								
							
						
					
					
						commit
						c4d1a19b33
					
				| @ -64,7 +64,7 @@ main(int argc, char *argv[]) | ||||
| 		run_time_mins = atoi(argv[1]); | ||||
| 	} | ||||
| 
 | ||||
| 	int max_msync_time_ms = 1000; | ||||
| 	int max_msync_time_ms = 2000; | ||||
| 	if (argc >= 3) { | ||||
| 		max_msync_time_ms = atoi(argv[2]); | ||||
| 	} | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Tino Reichardt
						Tino Reichardt