diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Grid/UserServer/UserLoginService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/UserServer/UserLoginService.cs b/OpenSim/Grid/UserServer/UserLoginService.cs index bd0e38b..da41dfd 100644 --- a/OpenSim/Grid/UserServer/UserLoginService.cs +++ b/OpenSim/Grid/UserServer/UserLoginService.cs | |||
@@ -316,7 +316,7 @@ namespace OpenSim.Grid.UserServer | |||
316 | 316 | ||
317 | // Send | 317 | // Send |
318 | XmlRpcRequest GridReq = new XmlRpcRequest("expect_user", SendParams); | 318 | XmlRpcRequest GridReq = new XmlRpcRequest("expect_user", SendParams); |
319 | XmlRpcResponse GridResp = GridReq.Send(sim.httpServerURI, 6000); | 319 | XmlRpcResponse GridResp = GridReq.Send(sim.httpServerURI, 30000); |
320 | 320 | ||
321 | if (!GridResp.IsFault) | 321 | if (!GridResp.IsFault) |
322 | { | 322 | { |