Increase time-out from 5 to 15 seconds.
My computer is too slow, so qemuppc tests randomly timed out. With this commit, my machine passes the qemuppc tests (if I also edit the top build.lua to enable qemuppc).
This commit is contained in:
		
							parent
							
								
									96e23b3a0f
								
							
						
					
					
						commit
						50a160c07f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -58,7 +58,7 @@ definerule("plat_testsuite",
 | 
			
		|||
					"util/build+testrunner"
 | 
			
		||||
				},
 | 
			
		||||
				commands = {
 | 
			
		||||
					"%{ins[2]} "..e.method.." %{ins[1]} 5 %{ins[3]} > %{outs}; true",
 | 
			
		||||
					"%{ins[2]} "..e.method.." %{ins[1]} 15 %{ins[3]} > %{outs}; true",
 | 
			
		||||
				}
 | 
			
		||||
			}
 | 
			
		||||
		end
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue