Skip to content

Commit

Permalink
Merge pull request #8309 from gyuho/test-timeout
Browse files Browse the repository at this point in the history
integration: increase dial timeout in testTLSReload
  • Loading branch information
gyuho committed Jul 26, 2017
2 parents ff7a021 + 9b6799a commit ee1c340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/v3_grpc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ee1c340

Please sign in to comment.