mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
integration: longer request timeout for slow travis
This commit is contained in:
parent
da1ff2d2bb
commit
35e6df6d0a
@ -17,8 +17,8 @@ func TestReadWriteTimeoutDialer(t *testing.T) {
|
|||||||
go ts.Start(t)
|
go ts.Start(t)
|
||||||
|
|
||||||
d := rwTimeoutDialer{
|
d := rwTimeoutDialer{
|
||||||
wtimeoutd: time.Millisecond,
|
wtimeoutd: 10 * time.Millisecond,
|
||||||
rdtimeoutd: time.Millisecond,
|
rdtimeoutd: 10 * time.Millisecond,
|
||||||
}
|
}
|
||||||
conn, err := d.Dial("tcp", ln.Addr().String())
|
conn, err := d.Dial("tcp", ln.Addr().String())
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user