mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
Fix tests
This commit is contained in:
+1
-1
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user