clientv3: bump example requestTimeout for slow CI

Fixes #7398
This commit is contained in:
Anthony Romano 2017-03-01 14:37:40 -08:00
parent d3aebbf0ce
commit cf547aa403

View File

@ -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"}
)