diff --git a/public/app/features/alerting/unified/components/rules/RuleDetails.tsx b/public/app/features/alerting/unified/components/rules/RuleDetails.tsx
index f1c272cc3a4..f050919c331 100644
--- a/public/app/features/alerting/unified/components/rules/RuleDetails.tsx
+++ b/public/app/features/alerting/unified/components/rules/RuleDetails.tsx
@@ -142,7 +142,7 @@ const EvaluationBehaviorSummary = ({ rule }: EvaluationBehaviorSummaryProps) =>
content={`${lastEvaluationDuration}s`}
theme="info"
>
- {Time({ timeInMs: lastEvaluationDuration * 1000, humanize: true })}
+ {Time({ timeInMs: lastEvaluationDuration, humanize: true })}
)}