From 713abf5a66e209507cd7ebda4b67f678a17bc242 Mon Sep 17 00:00:00 2001 From: royjr Date: Thu, 26 Dec 2024 14:43:24 -0500 Subject: [PATCH] Update test_hyundai_canfd.py --- tests/safety/test_hyundai_canfd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/safety/test_hyundai_canfd.py b/tests/safety/test_hyundai_canfd.py index ffa3c9e1a2..586ed78f74 100755 --- a/tests/safety/test_hyundai_canfd.py +++ b/tests/safety/test_hyundai_canfd.py @@ -17,7 +17,7 @@ class TestHyundaiCanfdBase(HyundaiButtonBase, common.PandaCarSafetyTest, common. MAX_RATE_UP = 2 MAX_RATE_DOWN = 3 - MAX_TORQUE = 270 + MAX_TORQUE = 384 MAX_RT_DELTA = 112 RT_INTERVAL = 250000