mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-31 15:12:25 +00:00 
			
		
		
		
	geekbench: upping run time out.
Run timeout was been hit on very slow systems.
This commit is contained in:
		| @@ -92,7 +92,7 @@ class Geekbench(AndroidUiAutoBenchmark): | ||||
|         super(Geekbench, self).__init__(device, **kwargs) | ||||
|         self.uiauto_params['version'] = self.version | ||||
|         self.uiauto_params['times'] = self.times | ||||
|         self.run_timeout = 3 * 60 * self.times | ||||
|         self.run_timeout = 5 * 60 * self.times | ||||
|  | ||||
|     def init_resources(self, context): | ||||
|         self.apk_file = context.resolver.get(wlauto.common.android.resources.ApkFile(self), version=self.version) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user