diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs index c261961fae..4f62d35f5d 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs @@ -145,7 +145,7 @@ namespace OpenSim.Region.Communications.OGS1 // The timeout should always be significantly larger than the timeout for the grid server to request // the initial status of the region before confirming registration. - GridResp = GridReq.Send(serversInfo.GridURL, 60000); + GridResp = GridReq.Send(serversInfo.GridURL, 90000); } catch (Exception e) {