mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 03:12:34 +01: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:
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 =
|
||||||
|
Reference in New Issue
Block a user