1
0
Fork 0
mirror of synced 2024-06-14 00:34:51 +12:00

fix failing test

This commit is contained in:
Christy Jacob 2022-09-09 21:47:24 +00:00
parent 526705d440
commit 0ce6deedbe

View file

@ -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);