Yi 1 рік тому
батько
коміт
71606dd152
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      model/group_pasture.go

+ 1 - 1
model/group_pasture.go

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