]> granicus.if.org Git - php/commitdiff
Reduce number of workers in test
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 22 Jul 2019 09:18:38 +0000 (11:18 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 22 Jul 2019 09:18:38 +0000 (11:18 +0200)
4 seems to be enough to reliably reproduce the issue. Let's see
if this works better in CI.

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

index 3780176416a99cf64caccef6c6a69b4b2aaa1ada..9a4f6e063633515bd3f894548ed83f715c783f41 100644 (file)
@@ -7,7 +7,7 @@ FPM: bug77185 - Reload robustness
 
 require_once "tester.inc";
 
-$workers = 10;
+$workers = 4;
 $loops   = 10;
 
 $cfg = <<<EOT