Skip to content

run_gtest_adb.py - poll temperature less frequently

Michael Platings requested to merge tweak-run_gtest_adb into main

It seems that the act of polling itself can cause the device to heat up so do it only every 3 seconds instead of every 1 second.

Merge request reports