1
0
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:
Marc Bonnici 2020-11-23 15:48:55 +00:00 committed by setrofim
parent cb51ef4d47
commit 3c5bece01e
2 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ public class UiAutomation extends BaseUiAutomation {
}
public void getScores() throws Exception {
mDevice.waitForIdle(5000);
UiSelector selector = new UiSelector();
//Declare the models used
UiObject imageMod =