diff options
Diffstat (limited to 'service/health/service_test.go')
-rw-r--r-- | service/health/service_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/health/service_test.go b/service/health/service_test.go index 7a3b8186..76462df9 100644 --- a/service/health/service_test.go +++ b/service/health/service_test.go @@ -134,7 +134,7 @@ func TestService_Serve_DeadWorkerStillHealthy(t *testing.T) { "address": "localhost:2115", "workers":{ "command": "php ../../tests/http/client.php echo pipes", - "pool": {"numWorkers": 3} + "pool": {"numWorkers": 2} } }`, })) |