19 declare(strict_types=1);
47 $this->expectException(\RuntimeException::class);
48 $this->expectExceptionMessage(
"Execution of callback exceeded the given duration and could not be stretched.");
57 $start_time = microtime(
true);
59 $end_time = microtime(
true);
61 $elapsed_time = ($end_time - $start_time);
62 $expected_duration_in_us = (0.002);
64 $this->assertGreaterThanOrEqual($expected_duration_in_us, ($end_time - $start_time));
69 return static function () use ($duration_in_ms, $should_halt):
void {
70 usleep(1_000 * $duration_in_ms);
testCallbackStretchingWithTooLongExecutionTime()
getTestCallbackWithLength(int $duration_in_ms, bool $should_halt=false)
exit
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...