Skip to content

Commit c82af71

Browse files
model_replay: raise max modelV2 exec time (commaai#34505)
raise
1 parent d4a7a87 commit c82af71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selfdrive/test/process_replay/model_replay.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
EXEC_TIMINGS = [
3535
# model, instant max, average max
36-
("modelV2", 0.03, 0.025),
36+
("modelV2", 0.035, 0.025),
3737
("driverStateV2", 0.02, 0.015),
3838
]
3939

0 commit comments

Comments
 (0)