mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 12:06:08 +00:00
workloads/aitutu: Improve reliability of results extraction
Wait for the device to become idle before attempting to extract the test scores.
This commit is contained in:
parent
cb51ef4d47
commit
3c5bece01e
Binary file not shown.
@ -101,6 +101,7 @@ public class UiAutomation extends BaseUiAutomation {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void getScores() throws Exception {
|
public void getScores() throws Exception {
|
||||||
|
mDevice.waitForIdle(5000);
|
||||||
UiSelector selector = new UiSelector();
|
UiSelector selector = new UiSelector();
|
||||||
//Declare the models used
|
//Declare the models used
|
||||||
UiObject imageMod =
|
UiObject imageMod =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user