[change] 修改自动自动驾驶默认超时时间

This commit is contained in:
xinfengkun
2022-11-08 11:11:23 +08:00
parent 67a2c13b21
commit 60306d66ba

View File

@@ -19,7 +19,7 @@ public class AutopilotReview {
/**
* 默认启动自驾超时时间
*/
private static final long DEFAULT_TIMEOUT = 30 * 1000L;
private static final long DEFAULT_TIMEOUT = 15 * 1000L;
private Timer timer;