Skip to content

Commit 7f700bf

Browse files
committed
[skip ci] Increase php_cli_server_pdeathsig.phpt retries
Fixes GH-11401
1 parent fae42c8 commit 7f700bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/cli/tests/php_cli_server_pdeathsig.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if (count($workersBefore) === 0) {
3838
proc_terminate($cliServerInfo->processHandle, 9); // SIGKILL
3939

4040
$try = 1;
41-
$max_tries = 5;
41+
$max_tries = 20;
4242
while (true) {
4343
$workersAfter = find_workers_by_pids($workersBefore);
4444
if (count($workersAfter) === 0) {

0 commit comments

Comments
 (0)