testing: add more parallelism to packetimpact dgram tests

This lowered runtime down to about [2
minutes](https://buildkite.com/gvisor/pipeline/builds/29983#018fca80-2991-4414-aa11-91c71874ea3b).

PiperOrigin-RevId: 639204164
This commit is contained in:
Kevin Krakauer
2024-05-31 17:42:17 -07:00
committed by gVisor bot
parent 9d3ea997e2
commit bb242cb310
@@ -86,6 +86,7 @@ func runAllCombinations(t *testing.T, proto protocolTest) {
dut.Net.RemoteIPv6,
} {
t.Run(fmt.Sprintf("bindTo=%s", bindTo), func(t *testing.T) {
t.Parallel()
for _, sendTo := range []net.IP{
net.IPv4bcast,
net.IPv4allsys,