Increase ipv4_udp_unbound_loopback size to medium

Now that tests aren't running in parallel, this test occassionally
takes too long and times out.

PiperOrigin-RevId: 237106971
Change-Id: I195a4b77315c9f5511c9e8ffadddb7aaa78beafd
This commit is contained in:
Michael Pratt
2019-03-06 13:19:29 -08:00
committed by Shentubot
parent 54ac76c305
commit cdd63375d3
+1
View File
@@ -364,6 +364,7 @@ syscall_test(
)
syscall_test(
size = "medium",
# Multicast packets can be received by the wrong test if run in parallel.
parallel = False,
test = "//test/syscalls/linux:socket_ipv4_udp_unbound_loopback_test",