summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack/BUILD
diff options
context:
space:
mode:
authorTing-Yu Wang <anivia@google.com>2020-07-06 12:09:03 -0700
committergVisor bot <gvisor-bot@google.com>2020-07-06 12:14:08 -0700
commit1e5b0a973293d9a6bf7b60349763ee3e71343dea (patch)
tree2b92f2bd5f1359cdaf0ab4b227e17bfa18070092 /pkg/tcpip/stack/BUILD
parent47bffa544a717acf0de66cf6ecfb137dba2fb39e (diff)
Shard some slow tests.
stack_x_test: 2m -> 20s tcp_x_test: 80s -> 25s PiperOrigin-RevId: 319828101
Diffstat (limited to 'pkg/tcpip/stack/BUILD')
-rw-r--r--pkg/tcpip/stack/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/tcpip/stack/BUILD b/pkg/tcpip/stack/BUILD
index 794ddb5c8..e65c731c2 100644
--- a/pkg/tcpip/stack/BUILD
+++ b/pkg/tcpip/stack/BUILD
@@ -79,6 +79,7 @@ go_test(
"transport_demuxer_test.go",
"transport_test.go",
],
+ shard_count = 20,
deps = [
":stack",
"//pkg/rand",