CI: re-enable power draw test (#25988)

* CI: re-enable power draw test

* adjust for ngrl
old-commit-hash: 9e6265ce2188ac48442b07a77e86ca4fd3eba06b
This commit is contained in:
Adeeb Shihadeh
2022-10-06 15:01:57 -07:00
committed by GitHub
parent 6b52a960e6
commit c18d23c8be
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ class Proc:
PROCS = [
Proc('camerad', 2.15),
Proc('modeld', 1.0, atol=0.15),
Proc('modeld', 1.15, atol=0.2),
Proc('dmonitoringmodeld', 0.35),
Proc('encoderd', 0.23),
]