Skip to content

Commit

Permalink
keep data paths tests on
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwu1 committed Jul 10, 2023
1 parent 64f8811 commit 5e5a23d
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 5e5a23d

Please sign in to comment.