mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
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:
@@ -32,6 +32,7 @@ import (
|
||||
|
||||
func init() {
|
||||
testbench.Initialize(flag.CommandLine)
|
||||
testbench.RPCTimeout = 500 * time.Millisecond
|
||||
}
|
||||
|
||||
type udpConn interface {
|
||||
|
||||
Reference in New Issue
Block a user