aboutsummaryrefslogtreecommitdiffstats
path: root/extras/hs-test/iperf_linux_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'extras/hs-test/iperf_linux_test.go')
-rw-r--r--extras/hs-test/iperf_linux_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/hs-test/iperf_linux_test.go b/extras/hs-test/iperf_linux_test.go
index ead9cc81e43..27235727327 100644
--- a/extras/hs-test/iperf_linux_test.go
+++ b/extras/hs-test/iperf_linux_test.go
@@ -44,5 +44,5 @@ func IperfUdpLinuxTest(s *IperfSuite) {
output := <-clnRes
result := s.ParseJsonIperfOutput(output)
s.LogJsonIperfOutput(result)
- s.AssertIperfMinTransfer(result, 800)
+ s.AssertIperfMinTransfer(result, 400)
}