;make functest: drop the timeout, it makes tests too unreliable
This commit is contained in:
		
							parent
							
								
									3429601750
								
							
						
					
					
						commit
						fa5c270074
					
				
							
								
								
									
										6
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								Makefile
									
									
									
									
									
								
							| @ -92,9 +92,9 @@ STACK ?= stack | |||||||
| #STACK=stack --with-hpack=hpack-0.20
 | #STACK=stack --with-hpack=hpack-0.20
 | ||||||
| 
 | 
 | ||||||
| # --threads=16 sometimes gives "commitAndReleaseBuffer: resource vanished (Broken pipe)" but seems harmless
 | # --threads=16 sometimes gives "commitAndReleaseBuffer: resource vanished (Broken pipe)" but seems harmless
 | ||||||
| # --timeout is sometimes strangely too short with multiple threads, so only used coarsely here to prevent a total hang
 | # --timeout=N is not much use here - can be defeated by multiple threads, unoptimised builds, 
 | ||||||
| # More threads and/or testing unoptimised builds requires a larger timeout.
 | # slow hackage index or compiler setup on first build, etc.
 | ||||||
| SHELLTESTOPTS=--execdir --threads=16 --timeout=30 --exclude=/_ | SHELLTESTOPTS=--execdir --threads=16 --exclude=/_ | ||||||
| 
 | 
 | ||||||
| # make sure shelltest is a released version of shelltestrunner
 | # make sure shelltest is a released version of shelltestrunner
 | ||||||
| # run shell tests using the executable specified in tests
 | # run shell tests using the executable specified in tests
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user