Explorar o código

clientv3: bump example requestTimeout for slow CI

Fixes #7398
Anthony Romano %!s(int64=9) %!d(string=hai) anos
pai
achega
cf547aa403
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      clientv3/example_test.go

+ 1 - 1
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"}
 )