Fix tests

This commit is contained in:
Leonid Bugaev
2016-08-31 18:39:56 +03:00
parent 0b986a9c3c
commit 7f7cb7c439
+1 -1
View File
@@ -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)
}