parent
							
								
									7c5ecc8b7e
								
							
						
					
					
						commit
						cbb8b200a6
					
				| 
						 | 
					@ -62,8 +62,8 @@ class GdbRemoteTestCaseFactory(type):
 | 
				
			||||||
@add_metaclass(GdbRemoteTestCaseFactory)
 | 
					@add_metaclass(GdbRemoteTestCaseFactory)
 | 
				
			||||||
class GdbRemoteTestCaseBase(Base):
 | 
					class GdbRemoteTestCaseBase(Base):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # Default time out in seconds. The timeout is increased fivefold under Asan.
 | 
					    # Default time out in seconds. The timeout is increased tenfold under Asan.
 | 
				
			||||||
    DEFAULT_TIMEOUT =  60 * (5 if ('ASAN_OPTIONS' in os.environ) else 1)
 | 
					    DEFAULT_TIMEOUT =  20 * (10 if ('ASAN_OPTIONS' in os.environ) else 1)
 | 
				
			||||||
    # Default sleep time in seconds. The sleep time is doubled under Asan.
 | 
					    # Default sleep time in seconds. The sleep time is doubled under Asan.
 | 
				
			||||||
    DEFAULT_SLEEP   =  5  * (2  if ('ASAN_OPTIONS' in os.environ) else 1)
 | 
					    DEFAULT_SLEEP   =  5  * (2  if ('ASAN_OPTIONS' in os.environ) else 1)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue