mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-11-04 00:52:08 +00:00 
			
		
		
		
	Workload: Increased default uiautomator workload timeout
After the upgrade to uiauto2 some workloads seem to take slightly longer than previously.
This commit is contained in:
		@@ -74,7 +74,7 @@ class UiAutomatorWorkload(Workload):
 | 
			
		||||
    uiauto_method = 'android.support.test.runner.AndroidJUnitRunner'
 | 
			
		||||
    # Can be overidden by subclasses to adjust to run time of specific
 | 
			
		||||
    # benchmarks.
 | 
			
		||||
    run_timeout = 4 * 60  # seconds
 | 
			
		||||
    run_timeout = 10 * 60  # seconds
 | 
			
		||||
 | 
			
		||||
    def __init__(self, device, _call_super=True, **kwargs):  # pylint: disable=W0613
 | 
			
		||||
        if _call_super:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user