Skip to content

Commit

Permalink
OboeTester: keep data paths tests on (#1851)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwu1 authored Jul 12, 2023
1 parent 64f8811 commit 3bd67fa
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,8 @@ public void runTest() {
mTestResults.clear();
mDurationSeconds = DURATION_SECONDS;

runOnUiThread(() -> keepScreenOn(true));

if (mCheckBoxInputPresets.isChecked()) {
runOnUiThread(() -> mCheckBoxInputPresets.setEnabled(false));
testInputPresets();
Expand All @@ -706,6 +708,8 @@ public void runTest() {

analyzeTestResults();

runOnUiThread(() -> keepScreenOn(false));

} catch (InterruptedException e) {
analyzeTestResults();
} catch (Exception e) {
Expand Down

0 comments on commit 3bd67fa

Please sign in to comment.