diff --git a/clientv3/example_test.go b/clientv3/example_test.go index 2c119cb2e08..4e9b5042d99 100644 --- a/clientv3/example_test.go +++ b/clientv3/example_test.go @@ -26,7 +26,7 @@ import ( var ( dialTimeout = 5 * time.Second - requestTimeout = 1 * time.Second + requestTimeout = 10 * time.Second endpoints = []string{"localhost:2379", "localhost:22379", "localhost:32379"} )