diff --git a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/widget/CheckSystemView.kt b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/widget/CheckSystemView.kt index 4c5ea24b0d..8250796995 100644 --- a/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/widget/CheckSystemView.kt +++ b/core/function-impl/mogo-core-function-hmi/src/main/java/com/mogo/eagle/core/function/hmi/ui/widget/CheckSystemView.kt @@ -110,7 +110,7 @@ class CheckSystemView @JvmOverloads constructor( } progressAnimator?.interpolator = LinearInterpolator() progressAnimator?.repeatCount = ValueAnimator.INFINITE //无限循环 - progressAnimator?.duration = 6000 //设置持续时间 + progressAnimator?.duration = 10000 //设置持续时间 progressAnimator?.startDelay = 0 progressAnimator?.start() //一键停服倒计时中 @@ -154,7 +154,7 @@ class CheckSystemView @JvmOverloads constructor( } progressAnimator?.interpolator = LinearInterpolator() progressAnimator?.repeatCount = ValueAnimator.INFINITE //无限循环 - progressAnimator?.duration = 6000 //设置持续时间 + progressAnimator?.duration = 10000 //设置持续时间 progressAnimator?.startDelay = 0 progressAnimator?.start() } @@ -425,7 +425,7 @@ class CheckSystemView @JvmOverloads constructor( } progressAnimator?.interpolator = LinearInterpolator() progressAnimator?.repeatCount = ValueAnimator.INFINITE //无限循环 - progressAnimator?.duration = 6000 //设置持续时间 + progressAnimator?.duration = 10000 //设置持续时间 progressAnimator?.startDelay = 0 progressAnimator?.start() //开始60S倒计时