diff options
Diffstat (limited to 'extras/hs-test/mirroring_test.go')
-rw-r--r-- | extras/hs-test/mirroring_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/hs-test/mirroring_test.go b/extras/hs-test/mirroring_test.go index 97c6c8dbf45..6c42fe8f126 100644 --- a/extras/hs-test/mirroring_test.go +++ b/extras/hs-test/mirroring_test.go @@ -9,7 +9,7 @@ func (s *NginxSuite) TestMirroring() { path := "/64B.json" - testCommand := "wrk -c 20 -t 10 -d 40 http://" + proxyAddress + ":80" + path + testCommand := "wrk -c 20 -t 10 -d 10 http://" + proxyAddress + ":80" + path s.log(testCommand) o, _ := exechelper.Output(testCommand) s.log(string(o)) |