Skip to content

Commit

Permalink
clientv3: bump example requestTimeout for slow CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Romano committed Mar 1, 2017
1 parent d3aebbf commit cf547aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clientv3/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
)

Expand Down

0 comments on commit cf547aa

Please sign in to comment.