Make RPCTimeout for udp_send_recv_dgram to be 500 milliseconds.

The test will sometimes fail on Bind calls using the old RPCTimeout.

PiperOrigin-RevId: 356646668
This commit is contained in:
Zeling Feng
2021-02-09 19:32:47 -08:00
committed by gVisor bot
parent f6de413c39
commit 2de36e44ed
@@ -32,6 +32,7 @@ import (
func init() {
testbench.Initialize(flag.CommandLine)
testbench.RPCTimeout = 500 * time.Millisecond
}
type udpConn interface {