From 7f7cb7c4390bdce715a2badbba187c2ae459f2ab Mon Sep 17 00:00:00 2001 From: Leonid Bugaev Date: Wed, 31 Aug 2016 18:39:56 +0300 Subject: [PATCH] Fix tests --- output_http_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/output_http_test.go b/output_http_test.go index cf64ad3..154e5c5 100644 --- a/output_http_test.go +++ b/output_http_test.go @@ -57,7 +57,7 @@ func TestHTTPOutput(t *testing.T) { input.EmitGET() } - if output.(*HTTPOutput).activeWorkers < 200 { + if output.(*HTTPOutput).activeWorkers < 50 { t.Error("Should create workers for each request", output.(*HTTPOutput).activeWorkers) }