Change server test to be large.

The bulk transfer tests can take significant amount of
time leading to test timeouts.

PiperOrigin-RevId: 433807854
This commit is contained in:
Bhasker Hariharan
2022-03-10 11:36:18 -08:00
committed by gVisor bot
parent 804c429021
commit 14807179c2
+1 -1
View File
@@ -54,7 +54,7 @@ go_test(
go_test(
name = "sharedmem_server_test",
size = "medium",
size = "large",
srcs = ["sharedmem_server_test.go"],
deps = [
":sharedmem",