Skip to content

Commit 5e4dbce

Browse files
committed
Reduce number of workers in test
4 seems to be enough to reliably reproduce the issue. Let's see if this works better in CI.
1 parent bdf24f8 commit 5e4dbce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/fpm/tests/bug77185-reload-robustness.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FPM: bug77185 - Reload robustness
77

88
require_once "tester.inc";
99

10-
$workers = 10;
10+
$workers = 4;
1111
$loops = 10;
1212

1313
$cfg = <<<EOT

0 commit comments

Comments
 (0)