We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6758d66 commit 5ad1551Copy full SHA for 5ad1551
tests/TestTimeoutNormalTask.php
@@ -17,7 +17,9 @@ public function __construct(
17
public function execute(): void
18
{
19
// we have to sleep a bit to trigger the timeout
20
+ // the test has a timeout of 1s, so we try to sleep for 1.5s
21
sleep(1);
22
+ usleep(500000);
23
}
24
25
public function handleTimeout(): void
0 commit comments