Skip to content

Commit 3d058ca

Browse files
committed
Fix TestUdpNetworkFlow
1 parent 77a2de2 commit 3d058ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

integration-tests/suites/udp_networkflow.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,11 @@ func (s *UdpNetworkFlow) TestMultipleDestinations() {
164164

165165
// We give a big period here to ensure the syscall happens just once
166166
// Due to an implementation restriction, the total number of messages
167-
// sent must be less than 32.
167+
// sent must be less than 16.
168168
client := s.runClient(config.ContainerStartConfig{
169169
Name: UDP_CLIENT,
170170
Image: image,
171-
Command: newClientCmd("sendmmsg", "300", "8", servers...),
171+
Command: newClientCmd("sendmmsg", "300", "4", servers...),
172172
Entrypoint: []string{"udp-client"},
173173
})
174174
log.Info("Client: %s\n", client.String())

test-2

Whitespace-only changes.

0 commit comments

Comments
 (0)