;make functest: add a 10s timeout to catch slow/hung tests
This commit is contained in:
		
							parent
							
								
									0f275c7b41
								
							
						
					
					
						commit
						291c032195
					
				
							
								
								
									
										3
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								Makefile
									
									
									
									
									
								
							| @ -92,7 +92,8 @@ 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
 | ||||||
| SHELLTESTOPTS=--execdir --threads=16 --exclude=/_  --hide-successes  | # More threads and/or testing unoptimised builds requires a larger timeout.
 | ||||||
|  | SHELLTESTOPTS=--execdir --threads=16 --timeout=10 --exclude=/_  --hide-successes  | ||||||
| 
 | 
 | ||||||
| # 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