diff options
Diffstat (limited to 'extras/hs-test/proxy_test.go')
-rw-r--r-- | extras/hs-test/proxy_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/hs-test/proxy_test.go b/extras/hs-test/proxy_test.go index 7cb33169b8e..7a8d9d9b6fb 100644 --- a/extras/hs-test/proxy_test.go +++ b/extras/hs-test/proxy_test.go @@ -109,7 +109,7 @@ func vppProxyIperfMTTest(s *VppProxySuite, proto string) { s.AssertChannelClosed(time.Minute*4, clnCh) result := s.ParseJsonIperfOutput(<-clnRes) s.LogJsonIperfOutput(result) - s.AssertIperfMinTransfer(result, 400) + s.AssertIperfMinTransfer(result, 200) } func VppProxyHttpGetTcpTest(s *VppProxySuite) { |