diff options
author | Wolfy-J <[email protected]> | 2019-10-12 12:57:32 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-10-12 12:57:32 +0300 |
commit | 579c817dc70a74ba0eeeccc72633a481b109b3e9 (patch) | |
tree | 67ffb9b4a3279fe500171aec93dbe795c5477fd8 | |
parent | 34851d60345eba8c8707890050b75b2e2e6d5d53 (diff) |
- stabilizing unhealthy tests
-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} } }`, })) |