|  | @@ -385,7 +385,9 @@ class CLanguage(object):
 | 
	
		
			
				|  |  |                                      shortname='%s %s' % (' '.join(cmdline),
 | 
	
		
			
				|  |  |                                                           shortname_ext),
 | 
	
		
			
				|  |  |                                      cpu_cost=cpu_cost,
 | 
	
		
			
				|  |  | -                                    timeout_seconds=_DEFAULT_TIMEOUT_SECONDS *
 | 
	
		
			
				|  |  | +                                    timeout_seconds=target.get(
 | 
	
		
			
				|  |  | +                                        'timeout_seconds',
 | 
	
		
			
				|  |  | +                                        _DEFAULT_TIMEOUT_SECONDS) *
 | 
	
		
			
				|  |  |                                      timeout_scaling,
 | 
	
		
			
				|  |  |                                      environ=env))
 | 
	
		
			
				|  |  |                      elif 'gtest' in target and target['gtest']:
 |