ci: make crun_test.v more robust by reducing the tested gap from 5x to 4x
							parent
							
								
									a538ab7e8c
								
							
						
					
					
						commit
						5cea8d30fa
					
				| 
						 | 
				
			
			@ -35,7 +35,7 @@ fn test_crun_simple_v_program_several_times() ? {
 | 
			
		|||
		sw.restart()
 | 
			
		||||
	}
 | 
			
		||||
	dump(times)
 | 
			
		||||
	assert times.first() > times.last() * 5 // cruns compile just once, if the source file is not changed
 | 
			
		||||
	assert times.first() > times.last() * 4 // cruns compile just once, if the source file is not changed
 | 
			
		||||
	$if !windows {
 | 
			
		||||
		os.system('ls -la $crun_folder')
 | 
			
		||||
		os.system('find $crun_folder')
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue