From 579c817dc70a74ba0eeeccc72633a481b109b3e9 Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Sat, 12 Oct 2019 12:57:32 +0300 Subject: - stabilizing unhealthy tests --- service/health/service_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/health') 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} } }`, })) -- cgit v1.2.3