summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack/BUILD
diff options
context:
space:
mode:
authorGhanan Gowripalan <ghanan@google.com>2021-06-21 14:45:25 -0700
committergVisor bot <gvisor-bot@google.com>2021-06-21 14:47:33 -0700
commit298cf30627afad13c245232e8e9f270b257e736f (patch)
tree239f4e2d2908faa55d18b5226855e9b5187b067f /pkg/tcpip/stack/BUILD
parent45cd7c1b1174dbeaebc1b52e20cb89927fb115ae (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/BUILD2
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",