mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 04:21:17 +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:
parent
2172db5833
commit
8acebe12bd
@ -74,7 +74,7 @@ class UiAutomatorWorkload(Workload):
|
|||||||
uiauto_method = 'android.support.test.runner.AndroidJUnitRunner'
|
uiauto_method = 'android.support.test.runner.AndroidJUnitRunner'
|
||||||
# Can be overidden by subclasses to adjust to run time of specific
|
# Can be overidden by subclasses to adjust to run time of specific
|
||||||
# benchmarks.
|
# benchmarks.
|
||||||
run_timeout = 4 * 60 # seconds
|
run_timeout = 10 * 60 # seconds
|
||||||
|
|
||||||
def __init__(self, device, _call_super=True, **kwargs): # pylint: disable=W0613
|
def __init__(self, device, _call_super=True, **kwargs): # pylint: disable=W0613
|
||||||
if _call_super:
|
if _call_super:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user