diff --git a/tests/e2e/General/UsageTest.php b/tests/e2e/General/UsageTest.php index 366852d593..c98742251e 100644 --- a/tests/e2e/General/UsageTest.php +++ b/tests/e2e/General/UsageTest.php @@ -524,7 +524,7 @@ class UsageTest extends Scope } elseif ($execution['body']['status'] == 'completed') { $executions++; } - $executionTime += (int) ($execution['body']['time'] * 1000); + $executionTime += (int) ($execution['body']['duration'] * 1000); sleep(25);