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