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