diff --git a/theodolite-quarkus/src/main/kotlin/theodolite/execution/BenchmarkExecutorImpl.kt b/theodolite-quarkus/src/main/kotlin/theodolite/execution/BenchmarkExecutorImpl.kt
index a5945541469a40b52710b00475fa5bc64e17433d..ff15e645246ade37bccdb2032a8a4bfd263594b7 100644
--- a/theodolite-quarkus/src/main/kotlin/theodolite/execution/BenchmarkExecutorImpl.kt
+++ b/theodolite-quarkus/src/main/kotlin/theodolite/execution/BenchmarkExecutorImpl.kt
@@ -24,7 +24,7 @@ class BenchmarkExecutorImpl(
         // todo evaluate
         val result = SLOCheckerImpl("http://localhost:32656")
             .evaluate( //TODO FIX HERE
-                Instant.now().toEpochMilli() - 3600 * 2000, //executionDuration.toMillis(),
+                Instant.now().toEpochMilli() - executionDuration.toMillis(),
                 Instant.now().toEpochMilli()
             )
         this.results.setResult(Pair(load, res), result)