diff --git a/opendbc_repo/opendbc/car/gm/interface.py b/opendbc_repo/opendbc/car/gm/interface.py index 1f7a0ff6..edeb97c4 100755 --- a/opendbc_repo/opendbc/car/gm/interface.py +++ b/opendbc_repo/opendbc/car/gm/interface.py @@ -460,7 +460,7 @@ class CarInterface(CarInterfaceBase): CarInterfaceBase.configure_torque_tune(candidate, ret.lateralTuning) elif candidate in (CAR.CHEVROLET_SUBURBAN, CAR.CHEVROLET_SUBURBAN_CC): - ret.steerActuatorDelay = 0.075 + ret.steerActuatorDelay = 0.1 CarInterfaceBase.configure_torque_tune(candidate, ret.lateralTuning) elif candidate == CAR.GMC_YUKON_CC: