diff --git a/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue b/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue index 84e698511a..c30a6d1492 100644 --- a/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue +++ b/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue @@ -454,7 +454,7 @@ export default { tg.threadType === 'ITERATION') { continue; } - if (tg.duration < tg.rampUpTime) { + if (this.getDuration(tg) < tg.rampUpTime) { tg.rampUpTime = tg.duration; } if (tg.rampUpTime < tg.step) {