From cdd63375d39e92c6964df0487dcf7d8ff013c9e7 Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Wed, 6 Mar 2019 13:18:25 -0800 Subject: 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 --- test/syscalls/BUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/syscalls/BUILD b/test/syscalls/BUILD index a8fd20956..51b482ccd 100644 --- a/test/syscalls/BUILD +++ b/test/syscalls/BUILD @@ -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", -- cgit v1.2.3