diff options
author | Ghanan Gowripalan <ghanan@google.com> | 2021-06-21 14:45:25 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-06-21 14:47:33 -0700 |
commit | 298cf30627afad13c245232e8e9f270b257e736f (patch) | |
tree | 239f4e2d2908faa55d18b5226855e9b5187b067f /pkg/tcpip/stack/BUILD | |
parent | 45cd7c1b1174dbeaebc1b52e20cb89927fb115ae (diff) |
Use fake clocks in NDP tests
Updates #5940.
PiperOrigin-RevId: 380668609
Diffstat (limited to 'pkg/tcpip/stack/BUILD')
-rw-r--r-- | pkg/tcpip/stack/BUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/tcpip/stack/BUILD b/pkg/tcpip/stack/BUILD index 395ff9a07..e0847e58a 100644 --- a/pkg/tcpip/stack/BUILD +++ b/pkg/tcpip/stack/BUILD @@ -95,7 +95,7 @@ go_library( go_test( name = "stack_x_test", - size = "medium", + size = "small", srcs = [ "addressable_endpoint_state_test.go", "ndp_test.go", |