mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #8309 from gyuho/test-timeout
integration: increase dial timeout in testTLSReload
This commit is contained in:
@@ -1783,7 +1783,7 @@ func testTLSReload(t *testing.T, cloneFunc func() transport.TLSInfo, replaceFunc
|
||||
}
|
||||
cl, cerr := clientv3.New(clientv3.Config{
|
||||
Endpoints: []string{clus.Members[0].GRPCAddr()},
|
||||
DialTimeout: time.Second,
|
||||
DialTimeout: 5 * time.Second,
|
||||
TLS: tls,
|
||||
})
|
||||
if cerr != nil {
|
||||
|
||||
Reference in New Issue
Block a user