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 fae42c8 commit 7f700bfCopy full SHA for 7f700bf
sapi/cli/tests/php_cli_server_pdeathsig.phpt
@@ -38,7 +38,7 @@ if (count($workersBefore) === 0) {
38
proc_terminate($cliServerInfo->processHandle, 9); // SIGKILL
39
40
$try = 1;
41
-$max_tries = 5;
+$max_tries = 20;
42
while (true) {
43
$workersAfter = find_workers_by_pids($workersBefore);
44
if (count($workersAfter) === 0) {
0 commit comments