reduce sharedmem server test runtime

The large bulk tests can take 25-45+ seconds. AFAIK we don't need to test such
large values.

PiperOrigin-RevId: 450959539
This commit is contained in:
Kevin Krakauer
2022-05-25 10:41:57 -07:00
committed by gVisor bot
parent f7d57e9746
commit 0a6e768256
@@ -297,8 +297,6 @@ func TestServerBulkTransfer(t *testing.T) {
512 << 20, // 512 MiB
1024 << 20, // 1 GiB
2048 << 20, // 2 GiB
4096 << 20, // 4 GiB
8192 << 20, // 8 GiB
}
for _, payloadSize := range payloadSizes {
@@ -353,8 +351,6 @@ func TestClientBulkTransfer(t *testing.T) {
512 << 20, // 512 MiB
1024 << 20, // 1 GiB
2048 << 20, // 2 GiB
4096 << 20, // 4 GiB
8192 << 20, // 8 GiB
}
for _, payloadSize := range payloadSizes {