diff options
author | Michael Pratt <mpratt@google.com> | 2019-03-06 13:18:25 -0800 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2019-03-06 13:19:29 -0800 |
commit | cdd63375d39e92c6964df0487dcf7d8ff013c9e7 (patch) | |
tree | 277f7ebd95654e02c2a1c7454e14e46511fec1fa /test/syscalls/BUILD | |
parent | 54ac76c305935b12b78ab6b464111dd227acdcbf (diff) |
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
Diffstat (limited to 'test/syscalls/BUILD')
-rw-r--r-- | test/syscalls/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
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", |