Explorar el Código

Merge branch 'feature/group_list' of xuyiping/kpt-tmr-group into release/v1.0.2

xuyiping hace 1 año
padre
commit
1943b53637
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      model/group_pasture.go

+ 1 - 1
model/group_pasture.go

@@ -137,7 +137,7 @@ func NewPastureClient(g *GroupPasture) *PastureClient {
 	return &PastureClient{
 		Detail: g,
 		authClient: &http.Client{
-			Timeout: time.Duration(15) * time.Second,
+			Timeout: time.Duration(5) * time.Second,
 		},
 	}
 }